Consider the following repo:
REPO/src/A/
REPO/src/B/
Is it possible by having only 1 repo to implement the following restrictions?
- On master branch, allow full access to maintainers role
- On master branch, disallow access to A but allow for B to contributors role.
- On personal branches, allow full access to A and B to creators.