Skip to content

Commit 315b495

Browse files
committed
add mergify
1 parent 9241db6 commit 315b495

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+
queue_rules:
2+
- name: default
3+
merge_conditions: []
4+
defaults:
5+
actions:
6+
queue:
7+
allow_merging_configuration_change: true
8+
method: rebase
9+
pull_request_rules:
10+
- name: merge using the merge queue
11+
conditions:
12+
- base=master
13+
- label~=merge-queue|dependencies
14+
actions:
15+
queue: {}

0 commit comments

Comments
 (0)