[Feature-Request] Protecting Branches with RegEx
Created by: N3XT0R
Hello Guys,
at the current time it is possible to protect selected branches in the project settings. For a later time it would be great, when it would be possible to protect automatically branches that have a specific name.
at example:
- Configuration: all branches with name deploy-- should be protected
- master: a master push the branch deploy-xyz-1 (branch will be created as protected branch)
developer: a developer tries to push into branch deploy-xyz-1 (not possible) or a developer tries to create branch deploy-xyz-1 (should also be not possible)