Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ queue_rules:
- name: default-merge
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
batch_size: 1
update_method: merge
update_method: rebase
merge_method: merge
queue_conditions:
- -title~=(WIP|wip)
Expand All @@ -33,7 +33,7 @@ queue_rules:
- name: priority-squash
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
batch_size: 1
update_method: merge
update_method: rebase
merge_method: squash
queue_conditions:
- base!=release
Expand All @@ -58,7 +58,7 @@ queue_rules:
- name: default-squash
# batch_size: 1 enables in-place checks (no draft PRs created for testing merges)
batch_size: 1
update_method: merge
update_method: rebase
merge_method: squash
queue_conditions:
- base!=release
Expand Down
Loading