-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.mergify.yml
More file actions
27 lines (25 loc) · 689 Bytes
/
.mergify.yml
File metadata and controls
27 lines (25 loc) · 689 Bytes
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
pull_request_rules:
- name: automatic merge
conditions:
- "status-success=ci/circleci: pep8"
- "status-success=ci/circleci: py39"
- "status-success=ci/circleci: py310"
- "#approved-reviews-by>=1"
- label!=work-in-progress
actions:
merge:
strict: "smart"
- name: automatic merge no review
conditions:
- "status-success=ci/circleci: pep8"
- "status-success=ci/circleci: py39"
- "status-success=ci/circleci: py310"
- label!=work-in-progress
- label=no-review-needed
actions:
merge:
strict: "smart"
- name: dismiss reviews
conditions: []
actions:
dismiss_reviews: {}