Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ankitdce104y@12bitfloat yes they are. This tool is to solve issue of merging them sequentially after running CI builds. You can label a PR when ready to queue it for merging. Once CI passes, the hot merges the PR and moves on to next one. It also pulls latest changes from base branch before merging.
-
Github already does all of this, guys. There's a setting to automatically merge if CI passes.
-
ankitdce104y@junon yes there are some tools that let you automerge after green builds. MergeQueue's main value is from sequencing the builds to avoid conflicts / broken builds between various PRs.
-
ankitdce104y@junon you are right. I saw the new auto merge feature of GitHub. I was eluding to the additional capabilities of orchestrating the queues to avoid failures due to conflicts.
Automate merging workflow for Github
Automate merging workflow for Github