forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mergify.yml
More file actions
27 lines (25 loc) · 705 Bytes
/
Copy path.mergify.yml
File metadata and controls
27 lines (25 loc) · 705 Bytes
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
pull_request_rules:
- name: Automatic merge on Azure Pipelines and Reviewable successes
conditions:
- base=master
- status-success=ycm-core.ycmd
- status-success=code-review/reviewable
actions:
merge:
method: merge
strict: smart
comment:
message: Thanks for sending a PR!
- name: Manual merge on Azure Pipelines and Maintainer Override
conditions:
- base=master
- status-success=ycm-core.ycmd
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- label="Ship It!"
actions:
merge:
method: merge
strict: smart
comment:
message: Thanks for sending a PR!