Merge Queue 101 // Parallel Queues // trunk.io/merge

Опубликовано: 18 Март 2026
на канале: Trunk
96
1

Normally every pull request in a merge queue has to wait 'queue up' behind the pull requests in front of it. This can be maddening when you're changes get stuck behind pull requests that have nothing to do with the area of code you area changing. That's why we created dynamic parallel queue support in trunk merge.

Using the awareness of how your code interacts in your repo we can dynamically create parallel queues to ensure that your README change never has to queue behind frontend code.

Learn more about it here:
https://docs.trunk.io/merge