Skip to content

Commit 710fe8c

Browse files
authored
1 parent 844c639 commit 710fe8c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/mergify.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pull_request_rules:
2+
- name: Automatic merge on approval
3+
conditions:
4+
- "#approved-reviews-by>=1"
5+
actions:
6+
merge:
7+
method: squash
8+
commit_message_template: |-
9+
{{ title }} (#{{ number }})
10+
{{ body }}
11+
- name: Automatic merge for Renovate pull requests
12+
conditions:
13+
- author=renovate[bot]
14+
actions:
15+
merge:
16+
method: squash

0 commit comments

Comments
 (0)