forked from frappe/erpnext
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.mergify.yml
More file actions
27 lines (27 loc) · 815 Bytes
/
.mergify.yml
File metadata and controls
27 lines (27 loc) · 815 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 on CI success and review
conditions:
- status-success=Sider
- status-success=Semantic Pull Request
- status-success=Python Unit Tests
- status-success=Patch Test
- status-success=security/snyk (Bloomstack)
- label!=Don't Merge
- label!=squash
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
- name: Automatic squash on CI success and review
conditions:
- status-success=Sider
- status-success=Semantic Pull Request
- status-success=Python Unit Tests
- status-success=Patch Test
- status-success=security/snyk (Bloomstack)
- label!=Don't Merge
- label=squash
- "#approved-reviews-by>=1"
actions:
merge:
method: squash