Skip to content

Commit c9382a2

Browse files
authored
ci(Mergify): configuration update (#3865)
Signed-off-by: Nuru
1 parent e40f667 commit c9382a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/mergify.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ pull_request_rules:
99
# So we wait for one long check (build-and-push) and one late-starting check (package) to succeed,
1010
# 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.
1111
- "check-success~=.*build-and-push.*"
12-
- "check-success~=.*package.*"
12+
- or:
13+
- "check-success~=.*package.*"
14+
- "check-skipped~=.*package.*"
1315
- "#check-pending=0"
1416
- "#files<=6"
1517
- "base=master"

0 commit comments

Comments
 (0)