My developers are terrible at keeping their feature release branches up to date with changes made to the production branch after they have created their feature release branch. Could I use this tool to automate these merges.
Example, we have our production branch which is the default and compare branch called "PROD".
Developer X creates a new feature release branch called "X" as a copy of "PROD".
Developer Y creates a new feature release branch called "Y" as a copy of "PROD".
Developer Y finished their work first and merges their branch "Y" into branch "PROD".
My question is, would this extension be able to automatically perform a merge request of "PROD" to branch "X"?
My developers are terrible at keeping their feature release branches up to date with changes made to the production branch after they have created their feature release branch. Could I use this tool to automate these merges.
Example, we have our production branch which is the default and compare branch called "PROD".
Developer X creates a new feature release branch called "X" as a copy of "PROD".
Developer Y creates a new feature release branch called "Y" as a copy of "PROD".
Developer Y finished their work first and merges their branch "Y" into branch "PROD".
My question is, would this extension be able to automatically perform a merge request of "PROD" to branch "X"?