Hi All,
I had a look at branch permission pattern available in Repository settings for different criteria. But I am not able to find what I am looking for.
My requirement is to create a rule that all the branches which are the type of release (release/), except the ones starting with "Stage-" word should have a rule of preventing merge without a pull request.
Example:
release/3.4 - Don't allow merge without a pull request
release/Stage-3.4 - Allow merge without a pull request
Can anyone please let me know if it is possible through branching permission.