If you have a problem with merge queue in your monorepo, in this article I will show you how you can handle it on Github, even if you don’t have monorepo — this article shows how to automate process of merging branches.
Recently GitHub introduced new “auto-merge” functionality, you can read more about it here. You can find this option in repository settings. When you turn on this feature you should see new button Enable auto-merge
. That’s really cool thing and almost solves merge queue problem… But only almost.
If you already experimented with this feature you noticed that…
Passionate developer and problem solver.