Skip to content

Commit 45292ae

Browse files
author
Andrei Neagu
committed
queu does the updates
1 parent 8fd24a2 commit 45292ae

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/mergify.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
34
queue_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
2629
pull_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

0 commit comments

Comments
 (0)