From 251fb86702788e1b721d6bf35a0ff5de7790d13f Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 26 Apr 2023 16:07:34 +0200 Subject: [PATCH] chore: mergify (#3631) --- .mergify.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000000..9491ea01d9 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,6 @@ +pull_request_rules: + - name: Automatic update of all PRs + conditions: + - base=main # Targeting the main branch + actions: + update: {} # Update PR with base branch