Skip to content

Commit b65c994

Browse files
authored
Merge pull request #404 from ignasi35/fix-mergify
Sync mergify config with play itself
2 parents 40d1277 + 88ae740 commit b65c994

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.mergify.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ pull_request_rules:
77
- "#review-requested=0"
88
- "#changes-requested-reviews-by=0"
99
- label!=status:block-merge
10+
- label=status:merge-when-green
1011
actions:
1112
merge:
1213
method: merge
13-
strict: smart
1414

1515
- name: Delete the PR branch after merge
1616
conditions:
1717
- merged
1818
actions:
1919
delete_head_branch: {}
20+
label:
21+
remove: [ "status:merge-when-green" ]
2022

2123
- name: auto add wip
2224
conditions:
@@ -25,3 +27,10 @@ pull_request_rules:
2527
actions:
2628
label:
2729
add: ["status:block-merge"]
30+
31+
- name: Labeling for Scala Steward PR's
32+
conditions:
33+
- author=scala-steward
34+
actions:
35+
label:
36+
add: [ "type:updates" ]

0 commit comments

Comments
 (0)