Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit 8512cd4

Browse files
committed
add mergify
1 parent a3f6e03 commit 8512cd4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.mergify.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
pull_request_rules:
3+
- name: automatic merge and new release from cloudalchemybot
4+
conditions:
5+
- "status-success=Travis CI - Pull Request"
6+
- 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
17+
- author=cloudalchemybot
18+
actions:
19+
merge:
20+
method: squash
21+
- name: delete head branch after merge
22+
conditions: []
23+
actions:
24+
delete_head_branch: {}

0 commit comments

Comments
 (0)