forked from herbstluftwm/herbstluftwm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
26 lines (26 loc) · 1.01 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
pull_request_rules:
- name: automatic merge on CI success and review
conditions:
- base=master
- status-success=Build and test on current ubuntu
- status-success=Build with Clang, run linters and static analyzers
- status-success=Build for 32bit with ancient GCC on Ubuntu 14.04
- "#approved-reviews-by>=1"
- label≠wip
actions:
merge:
method: squash
strict: smart
commit_message: title+body
- name: Implicitly allow t-wissmann to approve own pull requests
conditions:
- author=t-wissmann
- status-success=Build and test on current ubuntu
- status-success=Build with Clang, run linters and static analyzers
- status-success=Build for 32bit with ancient GCC on Ubuntu 14.04
- label≠wip
- label=self-approved
actions:
review:
type: APPROVE
message: "Approved via the `self-approved` label"