Skip to content

14898 all developers can push to protected branch by default

This MR protects protected branches from developers when not given the permission to push to them. Before it was possible to do this if the repository was empty and you could create a README/LICENSE/.gitignore/etc and it would've created a new master branch protected by default. With this it is not possible to do it anymore.

Merge request reports