Skip to content

Commit 3e569b7

Browse files
authored
add mergify (#143)
1 parent bd7a012 commit 3e569b7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.mergify.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
queue_rules:
2+
- name: default
3+
queue_conditions:
4+
- "#approved-reviews-by>1"
5+
- base=main
6+
- label=A:automerge
7+
merge_conditions:
8+
- "#approved-reviews-by>1"
9+
commit_message_template: |
10+
{{ title }} (#{{ number }})
11+
{{ body }}
12+
merge_method: squash
13+
pull_request_rules:
14+
- name: backport changes to release/v0.16.x branch
15+
conditions:
16+
- base=main
17+
- label=backport-to-release/v0.16.x
18+
actions:
19+
backport:
20+
branches:
21+
- release/v0.16.x
22+
- name: automerge to main with label automerge and branch protection passing
23+
conditions: []
24+
actions:
25+
queue:

0 commit comments

Comments
 (0)