Skip to content

Commit 0749f57

Browse files
committed
basic mergify config
1 parent 02671cc commit 0749f57

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.mergify.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
pull_request_rules:
2+
- name: automatic merge and new release from cloudalchemybot
3+
conditions:
4+
- "status-success=Travis CI - Pull Request"
5+
- status-success=WIP
6+
- head=autoupdate
7+
- author=cloudalchemybot
8+
actions:
9+
merge:
10+
method: squash
11+
- name: automatic merge repository sync from cloudalchemybot
12+
conditions:
13+
- "status-success=Travis CI - Pull Request"
14+
- status-success=WIP
15+
- head=skeleton
16+
- author=cloudalchemybot
17+
actions:
18+
merge:
19+
method: squash
20+
- name: delete head branch after merge
21+
conditions: []
22+
actions:
23+
delete_head_branch: {}

0 commit comments

Comments
 (0)