File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ # 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
13queue_rules :
24 - name : default
3- branch_protection_injection_mode : merge
45 queue_conditions :
56 # general prerequisits fo accept the PR in the queue
67 - label=🤖-automerge # let Mergify know that the PR can be merged (added manually)
@@ -20,10 +21,11 @@ queue_rules:
2021 - check-success=integration-tests
2122 - check-success=system-tests
2223
24+ # NOTE: these rules help you to forget about the PR
25+ # and let mergify update it and deal with flaky tests
2326pull_request_rules :
2427 - name : update branch if behind master
2528 conditions :
26- - queue-name=default # only run if already queued
2729 - label=🤖-automerge
2830 - label!=🤖-do-not-merge
2931 - base=master
@@ -32,7 +34,6 @@ pull_request_rules:
3234
3335 - name : retry CI on fails (used for flaky tests)
3436 conditions :
35- - queue-name=default # only run if already queued
3637 - label=🤖-automerge
3738 - label!=🤖-do-not-merge
3839 - base=master
You can’t perform that action at this time.
0 commit comments