Skip to content

Commit 3eca462

Browse files
committed
label PRs that can be automatically merged
1 parent dde918a commit 3eca462

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.mergify.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ pull_request_rules:
6060
add:
6161
- feature
6262

63+
- name: Add automatic-merge label
64+
conditions:
65+
- or:
66+
- "author=dhellmann"
67+
- "author=jasonamyers"
68+
actions:
69+
label:
70+
add:
71+
- automatic-merge
72+
6373
- name: Automatic merge on approval
6474
conditions:
6575
- and:

0 commit comments

Comments
 (0)