Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Wood <null>
  • Loading branch information
woody-apple committed Jun 21, 2023
1 parent 45d946a commit e4df5ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- "#review-threads-unresolved=0"
- "-draft"
- "label!=docker" # Don't auto merge docker images
- "#check-failure=0" # Don't auto merge with a failure
- "check-success~=Build" # Don't auto merge unless a build has succeeded, needed because above is true on a fresh PR before builds
- or:
- "check-success=pullapprove"
- "check-skipped=pullapprove"
Expand Down

0 comments on commit e4df5ed

Please sign in to comment.