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 b83eccd + d3b7ed2 commit 584c0efCopy full SHA for 584c0ef
1 file changed
.mergify.yml
@@ -12,22 +12,14 @@ pull_request_rules:
12
merge:
13
method: merge
14
15
- - name: Delete the PR branch after merge
+ - name: Delete the PR branch and remove label after merge
16
conditions:
17
- merged
18
actions:
19
delete_head_branch: {}
20
label:
21
remove: [ "status:merge-when-green" ]
22
23
- - name: auto add wip
24
- conditions:
25
- # match a few flavours of wip
26
- - title~=^(\[wip\]( |:) |\[WIP\]( |:) |wip( |:) |WIP( |:)).*
27
- actions:
28
- label:
29
- add: ["status:block-merge"]
30
-
31
- name: Labeling for Scala Steward PR's
32
33
- author=scala-steward
0 commit comments