We are working on a POC with Bamboo and Bitbucket to do an auto-merge between the Master and Feature branches.
The task list is as follows:
- Commit code in trunk
- Get a repository polled bamboo build for the Trunk
- Code gets Auto-merge in feature branch
- Get a repository polled bamboo build for the Feature
I am able to do the first two steps but the next two are coming through. What can be the configuration issue in this plan?
Thanks