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 5da66f7 commit e10479cCopy full SHA for e10479c
.mergify.yml
@@ -4,20 +4,12 @@ pull_request_rules:
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
+ - head~=autoupdate|skeleton
17
- author=cloudalchemybot
18
actions:
19
merge:
20
method: squash
+ strict: true
21
- name: delete head branch after merge
22
conditions: []
23
0 commit comments