forked from fedora-infra/fedora-messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
63 lines (62 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- status-success=Misc tests (checks)
- status-success=Misc tests (licenses)
- status-success=Unit tests (py36-unittest)
- status-success=Unit tests (py37-unittest)
- status-success=Unit tests (py38-unittest)
- status-success=Unit tests (py39-unittest)
- status-success=Unit tests (py310-unittest)
- status-success=Integration tests (3.6)
- status-success=Integration tests (3.7)
- status-success=Integration tests (3.8)
- status-success=Integration tests (3.9)
- status-success=Integration tests (3.10)
pull_request_rules:
- name: default
actions:
queue:
name: default
method: rebase
rebase_fallback: none
conditions:
- label!=no-mergify
- approved-reviews-by=@fedora-infra/fedora-messaging-maintainers
- status-success=DCO
- status-success=Misc tests (checks)
- status-success=Misc tests (licenses)
- status-success=Unit tests (py36-unittest)
- status-success=Unit tests (py37-unittest)
- status-success=Unit tests (py38-unittest)
- status-success=Unit tests (py39-unittest)
- status-success=Unit tests (py310-unittest)
- status-success=Integration tests (3.6)
- status-success=Integration tests (3.7)
- status-success=Integration tests (3.8)
- status-success=Integration tests (3.9)
- status-success=Integration tests (3.10)
- name: default-from-fedora-messaging-team
actions:
queue:
name: default
method: rebase
rebase_fallback: none
conditions:
- label!=no-mergify
- author=@fedora-infra/fedora-messaging-maintainers
- "#approved-reviews-by>=1"
- status-success=DCO
- status-success=Misc tests (checks)
- status-success=Misc tests (licenses)
- status-success=Unit tests (py36-unittest)
- status-success=Unit tests (py37-unittest)
- status-success=Unit tests (py38-unittest)
- status-success=Unit tests (py39-unittest)
- status-success=Unit tests (py310-unittest)
- status-success=Integration tests (3.6)
- status-success=Integration tests (3.7)
- status-success=Integration tests (3.8)
- status-success=Integration tests (3.9)
- status-success=Integration tests (3.10)