Skip to content

Commit 9633e49

Browse files
chore(mergify): Update config to use merge queue
1 parent 2933d58 commit 9633e49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ pull_request_rules:
66
- 'label=ready to squash and merge'
77
actions:
88
delete_head_branch: {}
9-
merge:
9+
queue:
1010
method: squash
11-
strict: smart
11+
name: default
1212
- name: Auto Rebase and Merge
1313
conditions:
1414
- base=master
1515
- status-success=ci
1616
- 'label=ready to rebase and merge'
1717
actions:
1818
delete_head_branch: {}
19-
merge:
19+
queue:
2020
method: rebase
21-
strict: smart
21+
name: default

0 commit comments

Comments
 (0)