Setting prevent approval of merge requests by merge request committers per Branch
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem to solve
We have a git workflow similar to gitflow with a master and a development branch where the master branch stores the official release history, and the develop branch serves as an integration branch for features.
We use merge request approvals including "Prevent approval of merge requests by merge request committers" checked.
For merging feature branches to develop branch this is fine and works as expected and planned. But merges from develop to master can be difficult, when everyone committed to develop through other merge requests.
Intended users
Proposal
Moving the setting "Prevent approval of merge requests by merge request committers" to a "per branch" one like the number of approvals would help us alot.