I'm currently setting up Bamboo and Stash to work so that master is never broken. Developers work on short-lived feature/bugfix branches, which Bamboo automatically builds when they are pushed to Stash.
In Stash, the merge criteria is set to require a clean build and no outstandig issues. The problem is that the merge does not take place until someone manually pushes the merge button, and this can be a while unless there's someone continually monitoring a pull request queue. Is there a way to automate this so that the merge takes place as soon as the conditions are satisfied?
A great idea! There isn't anything for that currently, but it'd be awesome to see a plugin that does it. I'd wager there's a lot of nuance to think about once you really get into it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.