Skip to content

Commit 8bdbf1b

Browse files
committed
chore: add mergify config
Signed-off-by: Kevin Lefevre <[email protected]>
1 parent c54643b commit 8bdbf1b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.mergify.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
pull_request_rules:
2+
- name: Automatic merge on approval
3+
conditions:
4+
- base=main
5+
- "approved-reviews-by>=1"
6+
actions:
7+
merge:
8+
method: squash
9+
- name: Automatic merge on approval release
10+
conditions:
11+
- base=release
12+
- "approved-reviews-by>=1"
13+
actions:
14+
merge:
15+
method: merge

0 commit comments

Comments
 (0)