We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02671cc commit 0749f57Copy full SHA for 0749f57
.mergify.yml
@@ -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
13
14
15
+ - head=skeleton
16
17
18
19
20
+ - name: delete head branch after merge
21
+ conditions: []
22
23
+ delete_head_branch: {}
0 commit comments