forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
48 lines (46 loc) · 1.81 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
36
37
38
39
40
41
42
43
44
45
46
47
48
pull_request_rules:
- name: Automatic merge on Azure Pipelines and Reviewable successes
conditions:
- base=master
- "#approved-reviews-by>=2"
- status-success=macos-10.15 - C++ Benchmark
- status-success=macos-10.15 - test run
- status-success=ubuntu-20.04 - C++ Benchmark
- status-success=ubuntu-20.04 - without libclang completer - test run
- status-success=ubuntu-20.04 - with Clang compiler - test run
- status-success=ubuntu-20.04 - test run
- status-success=C++ Lint
- status-success=Windows MSVC 15 x64 - test run
- status-success=Windows MSVC 16 x64 - test run
- status-success=Windows MSVC 16 x86 - test run
- status-success=Windows MSVC 16 x64 - C++ Benchmark
- 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=macos-10.15 - C++ Benchmark
- status-success=macos-10.15 - test run
- status-success=ubuntu-20.04 - C++ Benchmark
- status-success=ubuntu-20.04 - without libclang completer - test run
- status-success=ubuntu-20.04 - with Clang compiler - test run
- status-success=ubuntu-20.04 - test run
- status-success=C++ Lint
- status-success=Windows MSVC 15 x64 - test run
- status-success=Windows MSVC 16 x64 - test run
- status-success=Windows MSVC 16 x86 - test run
- status-success=Windows MSVC 16 x64 - C++ Benchmark
- "#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!