-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify.yml
36 lines (36 loc) · 1015 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
pull_request_rules:
- name: automatic merge on CircleCI success if nice.json was changed
conditions:
- "status-success=ci/circleci: build"
- base=master
- files=list_url_feeds_nice.json
- "#files=1"
actions:
merge:
method: merge
strict: true
- name: automatic merge on CircleCI success if niche.json was changed
conditions:
- "status-success=ci/circleci: build"
- base=master
- files=list_url_feeds_niche.json
- "#files=1"
actions:
merge:
method: merge
strict: true
- name: automatic merge on CircleCI success if nice.json and niche.json were changed
conditions:
- "status-success=ci/circleci: build"
- base=master
- files=list_url_feeds_niche.json
- files=list_url_feeds_niche.json
- "#files=2"
actions:
merge:
method: merge
strict: true
- name: delete head branch after merge
conditions: []
actions:
delete_head_branch: {}