forked from fedora-infra/bodhi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
92 lines (92 loc) · 2 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
82
83
84
85
86
87
88
89
90
91
92
pull_request_rules:
- actions:
merge:
method: rebase
rebase_fallback: null
strict: true
conditions:
- label!=WIP
- approved-reviews-by=@fedora-infra/bodhi
- status-success=DCO
- status-success=f29-docs
- status-success=f29-unit
- status-success=f29-diff-cover
- status-success=f29-integration
- status-success=f30-docs
- status-success=f30-unit
- status-success=f30-diff-cover
- status-success=f30-integration
- status-success=pip-docs
- status-success=pip-flake8
- status-success=pip-mypy
- status-success=pip-pydocstyle
- status-success=pip-unit
- status-success=pip-diff-cover
- status-success=pip-integration
name: default
- actions:
merge:
method: rebase
rebase_fallback: null
strict: true
conditions:
- label!=WIP
- author=@fedora-infra/bodhi
- "#approved-reviews-by>=1"
- status-success=DCO
- status-success=f29-docs
- status-success=f29-unit
- status-success=f29-diff-cover
- status-success=f29-integration
- status-success=f30-docs
- status-success=f30-unit
- status-success=f30-diff-cover
- status-success=f30-integration
- status-success=pip-docs
- status-success=pip-flake8
- status-success=pip-mypy
- status-success=pip-pydocstyle
- status-success=pip-unit
- status-success=pip-diff-cover
- status-success=pip-integration
name: default-from-bowlofeggs
- actions:
backport:
branches:
- '3.12'
conditions:
- label!=WIP
- label=3.12-backports
name: backport 3.12
- actions:
backport:
branches:
- '3.13'
conditions:
- label!=WIP
- label=3.13-backports
name: backport 3.13
- actions:
backport:
branches:
- '3.14'
conditions:
- label!=WIP
- label=3.14-backports
name: backport 3.14
- actions:
backport:
branches:
- '4.0'
conditions:
- label!=WIP
- label=4.0-backports
name: backport 4.0
- actions:
backport:
branches:
- '4.1'
conditions:
- label!=WIP
- label=4.1-backports
name: backport 4.1