forked from flux-framework/flux-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
41 lines (41 loc) · 1.36 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
pull_request_rules:
- name: rebase and merge when passing all checks
conditions:
- base=master
- status-success="validate commits"
- status-success="flux-sched check"
- status-success="python format"
- status-success="python lint"
- status-success="mypy"
- status-success="bionic"
- status-success="bionic - 32 bit"
- status-success="bionic - gcc-8,content-s3,distcheck"
- status-success="bionic - py3.7,clang-6.0"
- status-success="bionic - test-install"
- status-success="focal - py3.8"
- status-success="centos7"
- status-success="centos8 - py3.7"
- status-success="fedora33 - gcc-10,py3.9"
- status-success="coverage"
- status-success="address-sanitizer check"
- label="merge-when-passing"
- label!="work-in-progress"
- "approved-reviews-by=@flux-framework/core"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]
actions:
merge:
method: merge
strict: smart
strict_method: rebase
- name: remove outdated approved reviews
conditions:
- author!=@core
actions:
dismiss_reviews:
approved: true
changes_requested: false
message: |
Approving reviews have been dismissed because this pull request
was updated.