Skip to content

Commit e10479c

Browse files
committed
simplify mergify config
1 parent 5da66f7 commit e10479c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.mergify.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,12 @@ pull_request_rules:
44
conditions:
55
- "status-success=Travis CI - Pull Request"
66
- status-success=WIP
7-
- head=autoupdate
8-
- author=cloudalchemybot
9-
actions:
10-
merge:
11-
method: squash
12-
- name: automatic merge repository sync from cloudalchemybot
13-
conditions:
14-
- "status-success=Travis CI - Pull Request"
15-
- status-success=WIP
16-
- head=skeleton
7+
- head~=autoupdate|skeleton
178
- author=cloudalchemybot
189
actions:
1910
merge:
2011
method: squash
12+
strict: true
2113
- name: delete head branch after merge
2214
conditions: []
2315
actions:

0 commit comments

Comments
 (0)