Skip to content

Commit d92bb7d

Browse files
Merge branch 'master' into fix-pydantic-userwarnings
2 parents 659cc50 + a53b33e commit d92bb7d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/mergify.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# NOTE: the PR is added to the queue when all checks have passed
2+
# and the CI is fully green.
3+
# If the PR is behind the queue will take care of updating it
14
queue_rules:
25
- name: default
36
queue_conditions:
@@ -19,19 +22,13 @@ queue_rules:
1922
- check-success=integration-tests
2023
- check-success=system-tests
2124

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
2229
pull_request_rules:
23-
- name: update branch if behind master
24-
conditions:
25-
- queue-name=default # only run if already queued
26-
- label=🤖-automerge
27-
- label!=🤖-do-not-merge
28-
- base=master
29-
actions:
30-
update:
31-
3230
- name: retry CI on fails (used for flaky tests)
3331
conditions:
34-
- queue-name=default # only run if already queued
3532
- label=🤖-automerge
3633
- label!=🤖-do-not-merge
3734
- base=master

0 commit comments

Comments
 (0)