We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40f667 commit c9382a2Copy full SHA for c9382a2
.github/mergify.yml
@@ -9,7 +9,9 @@ pull_request_rules:
9
# So we wait for one long check (build-and-push) and one late-starting check (package) to succeed,
10
# and then wait for any checks that have started to finish. That is as close to "all the checks" as we are going to get.
11
- "check-success~=.*build-and-push.*"
12
- - "check-success~=.*package.*"
+ - or:
13
+ - "check-success~=.*package.*"
14
+ - "check-skipped~=.*package.*"
15
- "#check-pending=0"
16
- "#files<=6"
17
- "base=master"
0 commit comments