Skip to content

Commit 4d514e8

Browse files
committed
label PRs that can be automatically merged
1 parent dde918a commit 4d514e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.mergify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ 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+
- "label!=mergify"
69+
actions:
70+
label:
71+
add:
72+
- automatic-merge
73+
6374
- name: Automatic merge on approval
6475
conditions:
6576
- and:

0 commit comments

Comments
 (0)