Migrating From GitHub Merge Queue
For teams switching from GitHub Merge Queues to Trunk Merge Queue, the process is straight forward.
At a high level the steps are:
Turn off GitHub Merge Queue
Turn on Trunk Merge Queue
Its really that straight forward.
Turn off GitHub Merge Queue
To start, you will need to disable the exising merge queue for the target repository. This can be done by navigating to the repository and opening Settings > Branches > branch rule > toggle off Require merge queue. Be sure to click Save changes to confirm the settings.
Enable Trunk Merge Queue
Follow the Quickstart guide to setup your repo with Trunk Merge Queue and configure the settings for your repository.
It is important that a repository is configured to use ONLY Trunk Merge Queue and no other merge queue tools.
Getting Help
If you or your team are running into issues be sure to join the Trunk Slack community for assistance.
Last updated