Skip to content

Commit fe8a219

Browse files
authored
Merge pull request #573 from web-token/mergify/Spomky/config-update
ci(Mergify): configuration update
2 parents 80e9f0b + 7a96a00 commit fe8a219

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.mergify.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pull_request_rules:
2+
- name: Automatic merge
3+
description: Merge when PR passes all branch protection and has label automerge
4+
conditions:
5+
- label = automerge
6+
actions:
7+
merge:
8+
- name: Label conflicting pull requests
9+
description: Add a label to a pull request with conflict to spot it easily
10+
conditions:
11+
- conflict
12+
- '-closed'
13+
actions:
14+
label:
15+
toggle:
16+
- conflict

0 commit comments

Comments
 (0)