Skip to content

Commit 45f3a3e

Browse files
authored
Mergify automatically update branch if behind in commits (#7111)
Signed-off-by: Andrei Neagu <null>
1 parent c05bb58 commit 45f3a3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/mergify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ pull_request_rules:
2424
actions:
2525
merge:
2626

27+
- name: automatic update for PR ready to be merged
28+
conditions:
29+
- -draft
30+
- label=🤖-automerge
31+
actions:
32+
update:
2733

2834
- name: retry CI on failure
2935
conditions:

0 commit comments

Comments
 (0)