-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.mergify.yml
39 lines (38 loc) · 1.73 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
pull_request_rules:
- name: Squash and merge (one commit)
conditions:
- check-success=Build PhotoBroom sources on Linux (GNU, gcc, g++, Release, false, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (GNU, gcc, g++, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, false, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on MacOS (macos-15)
- check-success=Windows installer verification
- check-success=Unit tests coverage (ubuntu-24.04)
- "#commits=1"
- or:
- "#approved-reviews-by>0"
- author=Kicer86
actions:
merge:
method: squash
delete_head_branch:
force: false
- name: Merge pull request (more than one commit)
conditions:
- check-success=Build PhotoBroom sources on Linux (GNU, gcc, g++, Release, false, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (GNU, gcc, g++, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, false, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on MacOS (macos-15)
- check-success=Windows installer verification
- check-success=Unit tests coverage (ubuntu-24.04)
- "#commits>1"
- "#commits-behind=0"
- or:
- "#approved-reviews-by>0"
- author=Kicer86
actions:
merge:
method: merge
delete_head_branch:
force: false