Skip to content

Commit

Permalink
ci(Mergify): configuration update (#3865)
Browse files Browse the repository at this point in the history
Signed-off-by: Nuru
  • Loading branch information
Nuru authored Aug 4, 2023
1 parent e40f667 commit c9382a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ pull_request_rules:
# So we wait for one long check (build-and-push) and one late-starting check (package) to succeed,
# 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.
- "check-success~=.*build-and-push.*"
- "check-success~=.*package.*"
- or:
- "check-success~=.*package.*"
- "check-skipped~=.*package.*"
- "#check-pending=0"
- "#files<=6"
- "base=master"
Expand Down

0 comments on commit c9382a2

Please sign in to comment.