You can now select your preferred merge method for PRs going through the merge queue. Previously,
Trunk Merge only supported squash merging, which combines all commits into a single commit. Now you
can choose between:
- Squash (default) - Combines all commits into a single commit
- Merge commit - Preserves all individual commits and creates a merge commit
- Rebase - Replays commits on top of main for a linear history