File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ queue_rules:
88 - name : default-merge
99 # batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
1010 batch_size : 1
11- update_method : rebase
11+ update_method : merge
1212 merge_method : merge
1313 queue_conditions :
1414 - -title~=(WIP|wip)
@@ -33,7 +33,7 @@ queue_rules:
3333 - name : priority-squash
3434 # batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
3535 batch_size : 1
36- update_method : rebase
36+ update_method : merge
3737 merge_method : squash
3838 queue_conditions :
3939 - base!=release
@@ -58,7 +58,7 @@ queue_rules:
5858 - name : default-squash
5959 # batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
6060 batch_size : 1
61- update_method : rebase
61+ update_method : merge
6262 merge_method : squash
6363 queue_conditions :
6464 - base!=release
You can’t perform that action at this time.
0 commit comments