Skip to content

Commit 925ebd2

Browse files
author
Devlin Junker
committed
use queues
1 parent 581127d commit 925ebd2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.mergify.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
- check-success=ci
5+
16
pull_request_rules:
27
- name: Auto Squash and Merge
38
conditions:
@@ -6,16 +11,16 @@ pull_request_rules:
611
- 'label=ready to squash and merge'
712
actions:
813
delete_head_branch: {}
9-
merge:
14+
queue:
1015
method: squash
11-
strict: smart
16+
name: default
1217
- name: Auto Rebase and Merge
1318
conditions:
1419
- base=master
1520
- status-success=ci
1621
- 'label=ready to rebase and merge'
1722
actions:
1823
delete_head_branch: {}
19-
merge:
24+
queue:
2025
method: rebase
21-
strict: smart
26+
name: default

0 commit comments

Comments
 (0)