Skip to content

Commit b2e8261

Browse files
authored
ci: update mergify config (#15)
Change-Id: I9d187883236be7595d338f3c11da2e987dcd9845
1 parent 6750542 commit b2e8261

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.mergify.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
extends: .github
2+
3+
merge_protections:
4+
- name: 👀 Review Requirements
5+
if:
6+
- author != dependabot[bot]
7+
success_conditions:
8+
- "#approved-reviews-by >= 1"
9+
110
queue_rules:
211
- name: default
312
autoqueue: true
13+
autoqueue: true
14+
commit_message_template: |
15+
{{ title }} (#{{ number }})
16+
17+
{{ body }}
18+
merge_method: squash
19+
20+
merge_protections_settings:
21+
reporting_method: deployments

0 commit comments

Comments
 (0)