Supposed we have one center team and other feature teams A,B,C etc. They are working on the same code workspace but different code project by using enterprise github.
Here is requirement from center team, they need protect their own project/code from modification by other teams A,B,C. That means, A,B,C cannot change center team's code files, if did, the commit/push/pull request will have problems.
How to make this happen ? If no, any other practical solutions ?
Thanks in advance.