forked from neilkuan/cdk-gitlab-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mergify.yml
More file actions
25 lines (24 loc) · 708 Bytes
/
.mergify.yml
File metadata and controls
25 lines (24 loc) · 708 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
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
pull_request_rules:
- name: Automatic merge on approval and successful build
actions:
merge:
method: squash
commit_message: title+body
strict: smart
strict_method: merge
delete_head_branch: {}
conditions:
- "#approved-reviews-by>=1"
- status-success=build
- name: Automatic merge PRs with auto-merge label upon successful build
actions:
merge:
method: squash
commit_message: title+body
strict: smart
strict_method: merge
delete_head_branch: {}
conditions:
- label=auto-merge
- status-success=build