Skip to content

Commit 4c97955

Browse files
committed
chore(ci): automatic merge on approval
1 parent 620f3f1 commit 4c97955

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.mergify.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
pull_request_rules:
2-
- name: automatic merge for Renovate pull requests
2+
- name: Automatic merge for Renovate pull requests
33
conditions:
44
- author=renovate[bot]
55
actions:
66
merge:
77
method: rebase
8+
9+
- name: Automatic merge on approval
10+
conditions:
11+
- "#approved-reviews-by>=1"
12+
actions:
13+
merge:
14+
method: rebase

0 commit comments

Comments
 (0)