forked from rubocop/rubocop-ast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
36 lines (34 loc) · 1.61 KB
/
.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
pull_request_rules:
- name: automatic merge for master when reviewed and CI passes
actions:
merge:
method: rebase
conditions:
- base=master
- label=auto-merge
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- 'status-success=Specs | RuboCop: master | 2.4 (ubuntu)'
- 'status-success=Specs | RuboCop: master | 2.5 (ubuntu)'
- 'status-success=Specs | RuboCop: master | 2.6 (ubuntu)'
- 'status-success=Specs | RuboCop: master | 2.7 (ubuntu)'
- 'status-success=Specs | RuboCop: master | head (ubuntu)'
- 'status-success=Specs | RuboCop: master | mingw (windows)'
- 'status-success=Specs | RuboCop: 0.92.0 | 2.4 (ubuntu)'
- 'status-success=Specs | RuboCop: 0.92.0 | head (ubuntu)'
- 'status-success=Coverage | RuboCop: 0.92.0 | 2.4 (ubuntu)'
- 'status-success=Specs "modern" | RuboCop: master | 2.7 (ubuntu)'
- 'status-success=Coding Style | RuboCop: master | 2.7 (ubuntu)'
- 'status-success=Main Gem Specs | RuboCop: 0.92.0 | 2.4 (ubuntu)'
- 'status-success=Main Gem Specs | RuboCop: master | 2.4 (ubuntu)'
- 'status-success=Main Gem Specs | RuboCop: 0.92.0 | 2.7 (ubuntu)'
- 'status-success=Main Gem Specs | RuboCop: master | 2.7 (ubuntu)'
- 'status-success=Specs | RuboCop: master | jruby (ubuntu)'
- 'status-success=Specs | RuboCop: master | truffleruby (ubuntu)'
- 'status-success=Specs | RuboCop: master | truffleruby-head (ubuntu)'
- name: delete head branch after auto-merge
conditions:
- merged
- label=auto-merge
actions:
delete_head_branch: {}