-
Notifications
You must be signed in to change notification settings - Fork 196
/
.mergify.yml
81 lines (75 loc) · 2.22 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
70
71
72
73
74
75
76
77
78
79
80
81
queue_rules:
- name: default
conditions:
- status-success=DCO
- status-success=Pre-commit checks
- status-success=Diff-cover check
- status-success=Integration Tests (f40)
- status-success=Integration Tests (f41)
- status-success=Unit Tests (f40, bodhi-client)
- status-success=Unit Tests (f40, bodhi-messages)
- status-success=Unit Tests (f40, bodhi-server)
- status-success=Unit Tests (f41, bodhi-client)
- status-success=Unit Tests (f41, bodhi-messages)
- status-success=Unit Tests (f41, bodhi-server)
- status-success=Unit Tests (pip, bodhi-client)
- status-success=Unit Tests (pip, bodhi-messages)
- status-success=Unit Tests (pip, bodhi-server)
- status-success=Build Documentation (f40)
- status-success=Build Documentation (f41)
- status-success=Build Documentation (pip)
pull_request_rules:
- name: default
actions:
queue:
method: rebase
name: default
conditions:
- label!=WIP
- -draft
- approved-reviews-by=@fedora-infra/bodhi
- "#changes-requested-reviews-by=0"
- status-success=DCO
- status-success=Pre-commit checks
- status-success=Diff-cover check
- status-success=Integration Tests (f40)
- status-success=Integration Tests (f41)
- status-success=Unit Tests (f40, bodhi-client)
- status-success=Unit Tests (f40, bodhi-messages)
- status-success=Unit Tests (f40, bodhi-server)
- status-success=Unit Tests (f41, bodhi-client)
- status-success=Unit Tests (f41, bodhi-messages)
- status-success=Unit Tests (f41, bodhi-server)
- status-success=Unit Tests (pip, bodhi-client)
- status-success=Unit Tests (pip, bodhi-messages)
- status-success=Unit Tests (pip, bodhi-server)
- status-success=Build Documentation (f40)
- status-success=Build Documentation (f41)
- status-success=Build Documentation (pip)
- name: backport 8.0
actions:
backport:
branches:
- '8.0'
conditions:
- label!=WIP
- -draft
- label=8.0-backports
- name: backport 8.1
actions:
backport:
branches:
- '8.1'
conditions:
- label!=WIP
- -draft
- label=8.1-backports
- name: backport 8.2
actions:
backport:
branches:
- '8.2'
conditions:
- label!=WIP
- -draft
- label=8.2-backports