File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 11# NOTE: the PR is added to the queue when all checks have passed
2- # and the CI is fully grean and ready to be merged
2+ # and the CI is fully green.
3+ # If the PR is behind the queue will take care of updating it
34queue_rules :
45 - name : default
56 queue_conditions :
@@ -21,17 +22,11 @@ queue_rules:
2122 - check-success=integration-tests
2223 - check-success=system-tests
2324
24- # NOTE: these rules help you to forget about the PR
25- # and let mergify update it and deal with flaky tests
25+ # NOTE: in case of flaky tests you above checks will fail
26+ # the PR will be removed from the queue.
27+ # This retries the checks, as soon as they become green,
28+ # the PR will be pusehd to the queu again
2629pull_request_rules :
27- - name : update branch if behind master
28- conditions :
29- - label=🤖-automerge
30- - label!=🤖-do-not-merge
31- - base=master
32- actions :
33- update :
34-
3530 - name : retry CI on fails (used for flaky tests)
3631 conditions :
3732 - label=🤖-automerge
You can’t perform that action at this time.
0 commit comments