Skip to content

Commit 3ee2161

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ 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+
- not:
69+
- "title~=^mergify:"
70+
- "files~=.mergify.yml$"
71+
actions:
72+
label:
73+
add:
74+
- automatic-merge
75+
6376
- name: Automatic merge on approval
6477
conditions:
6578
- and:

0 commit comments

Comments
 (0)