forked from ExaWorks/SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
39 lines (38 loc) · 1.8 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
queue_rules:
- name: default
conditions: &ci_checks
# Conditions to get out of the queue (= merged)
- status-success="Run test suite (centos7, pip, openmpi, 3.7)"
- status-success="Run test suite (centos7, pip, openmpi, 3.8)"
- status-success="Run test suite (centos7, pip, openmpi, 3.9)"
- status-success="Run test suite (centos7, pip, mpich, 3.7)"
- status-success="Run test suite (centos7, pip, mpich, 3.8)"
- status-success="Run test suite (centos7, pip, mpich, 3.9)"
- status-success="Run test suite (rockylinux8, pip, openmpi, 3.7)"
- status-success="Run test suite (rockylinux8, pip, openmpi, 3.8)"
- status-success="Run test suite (rockylinux8, pip, openmpi, 3.9)"
- status-success="Run test suite (rockylinux8, pip, mpich, 3.7)"
- status-success="Run test suite (rockylinux8, pip, mpich, 3.8)"
- status-success="Run test suite (rockylinux8, pip, mpich, 3.9)"
- status-success="Run test suite (ubuntu2004, pip, openmpi, 3.7)"
- status-success="Run test suite (ubuntu2004, pip, openmpi, 3.8)"
- status-success="Run test suite (ubuntu2004, pip, openmpi, 3.9)"
- status-success="Run test suite (ubuntu2004, pip, mpich, 3.7)"
- status-success="Run test suite (ubuntu2004, pip, mpich, 3.8)"
- status-success="Run test suite (ubuntu2004, pip, mpich, 3.9)"
- status-success="validate commits"
pull_request_rules:
- name: Automatic merge on approval
conditions:
# Conditions to get into the queue (= queued for merge)
- and: *ci_checks
- base=master
- label="merge-when-passing"
- label!="work-in-progress"
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]
actions:
queue:
method: rebase
name: default