We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e35d030 + db5c026 commit 40854a6Copy full SHA for 40854a6
.mergify.yml
@@ -8,6 +8,7 @@ pull_request_rules:
8
- "#review-requested=0"
9
- "#changes-requested-reviews-by=0"
10
- label!=status:block-merge
11
+ - label=status:merge-when-green
12
actions:
13
merge:
14
method: squash
@@ -18,11 +19,3 @@ pull_request_rules:
18
19
- merged
20
21
delete_head_branch: {}
-
22
- - name: auto add wip
23
- conditions:
24
- # match a few flavours of wip
25
- - title~=^(\[wip\]( |:) |\[WIP\]( |:) |wip( |:) |WIP( |:)).*
26
- actions:
27
- label:
28
- add: ["status:block-merge"]
0 commit comments