
2026
Merge Queue: Direct Merge to Main
Skip redundant testing and merge immediately when your PR is already up-to-date and the queue is empty
Skip redundant testing and merge immediately when your PR is already up-to-date and the queue is
empty

The merge queue exists to test your PR against the latest version of main, but if your PR is already
based on the tip of main and the queue is empty, rerunning tests provides no additional value;
you’ve already tested against the exact state your PR will merge into.
With this optimization, Trunk Merge Queue will recognize this situation and merge your PR directly
without the unnecessary wait.
Read the Docs to learn more

Merge Queue: Filter Metrics by Impacted Targets
Previous
Merge Queue: Independent Concurrency for Batch Bisection
Next