Skip to content

Commit c1e40e1

Browse files
committed
Add mergify configuration
1 parent c358ba6 commit c1e40e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.mergify/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pull_request_rules:
2+
- name: Automatic merge on approval
3+
conditions:
4+
- "#approved-reviews-by>=1"
5+
actions:
6+
merge:
7+
method: merge

0 commit comments

Comments
 (0)