-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mergify.yml
More file actions
31 lines (28 loc) · 639 Bytes
/
.mergify.yml
File metadata and controls
31 lines (28 loc) · 639 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
28
29
30
31
queue_rules:
- name: default
merge_method: squash
update_method: rebase
pull_request_rules:
- name: Auto-merge Dependabot patch updates
conditions:
- author=dependabot[bot]
- "-title~=major"
- check-success=build
- "#approved-reviews-by>=1"
actions:
queue:
name: default
- name: Flag Dependabot major updates
conditions:
- author=dependabot[bot]
- "title~=major"
actions:
label:
add:
- needs-review
- major-update
- name: Clean up merged branches
conditions:
- merged
actions:
delete_head_branch: {}