We have implemented branch permissions, but over time we have reached the limit on the number of branch permissions we can have. Se have started using branch pattern allong Automatic merging say on release_branching. We also prevent any change to get into our release branches other than from a PR.
We would prefer that we setup generic permission say release_branch/r_?_?, but on specific branches when we are in code freeze setup say specific permision for that branch during code freeze e.g. release_branch/r_1_4 with only one or two key individuals.
I would have expected that if there are multiple branch permissions that matches that the most specific permission override all the rest. How can I achieve this?