forked from fedora-infra/fedora-messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
69 lines (65 loc) · 2.49 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
64
65
66
67
68
69
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
conditions:
- label!=no-mergify
- -draft
- approved-reviews-by=@fedora-infra/fedora-messaging-maintainers
- "#changes-requested-reviews-by=0"
- 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)
# Merge contributions from the team as long as they have one approval by anyone
- name: default-from-fedora-messaging-team
actions:
queue:
name: default
method: rebase
conditions:
- label!=no-mergify
- -draft
- author=@fedora-infra/fedora-messaging-maintainers
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- 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)