Skip to content

Commit a0397c2

Browse files
authored
Updating mergify (project-chip#27385)
1 parent 803c5ae commit a0397c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.mergify.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ pull_request_rules:
44
- "#approved-reviews-by>=1"
55
- "#review-threads-unresolved=0"
66
- "-draft"
7+
- "label!=docker" # Don't auto merge docker images
8+
- "#check-failure=0" # Don't auto merge with a failure
9+
- "#check-pending=0" # Don't auto merge with anything pending
10+
- "check-success~=Build" # Don't auto merge unless a build has succeeded, needed because above is true on a fresh PR before builds
711
- or:
812
- "check-success=pullapprove"
913
- "check-skipped=pullapprove"

0 commit comments

Comments
 (0)