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 40d1277 + 88ae740 commit b65c994Copy full SHA for b65c994
1 file changed
.mergify.yml
@@ -7,16 +7,18 @@ pull_request_rules:
7
- "#review-requested=0"
8
- "#changes-requested-reviews-by=0"
9
- label!=status:block-merge
10
+ - label=status:merge-when-green
11
actions:
12
merge:
13
method: merge
- strict: smart
14
15
- name: Delete the PR branch after merge
16
conditions:
17
- merged
18
19
delete_head_branch: {}
20
+ label:
21
+ remove: [ "status:merge-when-green" ]
22
23
- name: auto add wip
24
@@ -25,3 +27,10 @@ pull_request_rules:
25
27
26
28
label:
29
add: ["status:block-merge"]
30
+
31
+ - name: Labeling for Scala Steward PR's
32
+ conditions:
33
+ - author=scala-steward
34
+ actions:
35
36
+ add: [ "type:updates" ]
0 commit comments