forked from fedora-infra/bodhi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
61 lines (56 loc) · 1.6 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
queue_rules:
- name: default
conditions:
- status-success=DCO
- status-success=Pre-commit checks
- status-success=Diff-cover check
- status-success=Integration Tests (f39)
- status-success=Unit Tests (f39, bodhi-client)
- status-success=Unit Tests (f39, bodhi-messages)
- status-success=Unit Tests (f39, 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 (f39)
- 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 (f39)
- status-success=Unit Tests (f39, bodhi-client)
- status-success=Unit Tests (f39, bodhi-messages)
- status-success=Unit Tests (f39, 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 (f39)
- 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