forked from gnocchixyz/gnocchi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
66 lines (60 loc) · 1.85 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
pull_request_rules:
- name: automatic merge
actions:
merge:
method: rebase
rebase_fallback: merge
strict: true
conditions:
- label!=work-in-progress
- '#approved-reviews-by>=1'
- status-success=doc (docs)
- status-success=doc (docs-gnocchi-web)
- status-success=check (pep8)
- status-success=test (py36-postgresql-file-upgrade-from-4.3)
- status-success=test (py36-mysql-file)
- status-success=test (py36-mysql-swift)
- status-success=test (py36-mysql-s3)
- status-success=test (py36-postgresql-file)
- status-success=test (py36-postgresql-swift)
- status-success=test (py36-postgresql-s3)
- status-success=test (py38-mysql-ceph-upgrade-from-4.3)
- status-success=test (py38-postgresql-file-upgrade-from-4.3)
- status-success=test (py38-mysql-file)
- status-success=test (py38-mysql-swift)
- status-success=test (py38-mysql-s3)
- status-success=test (py38-mysql-ceph)
- status-success=test (py38-postgresql-file)
- status-success=test (py38-postgresql-swift)
- status-success=test (py38-postgresql-s3)
- status-success=test (py38-postgresql-ceph)
- name: automatic merge backports from Mergify
actions:
merge:
method: rebase
rebase_fallback: merge
strict: true
conditions:
- base~=^stable/.*
- label!=work-in-progress
- author=mergify[bot]
- status-success=Travis CI - Pull Request
- name: dismiss reviews on additional commit
actions:
dismiss_reviews: {}
conditions: []
# Backports to stable branches
- actions:
backport:
branches:
- stable/4.3
conditions:
- label=backport-to-4.3
name: backport stable/4.3
- actions:
backport:
branches:
- stable/4.4
conditions:
- label=backport-to-4.4
name: backport stable/4.4