Skip to content

Commit

Permalink
docs: Clarify that Github also supports CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored Apr 26, 2023
1 parent e010917 commit 53308f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Key differences between monorepo and polyrepo, summarized from many proponents,
</tr>
<tr>
<th>Access</th>
<td><p>Access control defaults to all projects.<p>Some teams use tools for finer-grained access control.<p>Gitlab offers ownership control where you can say who owns what directories for things like approving merge requests that affect those directories. Google Piper has finer-grained access control. Phabricator offers herald rules that stop a merge from happening if a file has changed in a specific subdirrectory. Some teams use service owners, so when a change spans multiple services, they are all added automatically as blocking reviewers.</td>
<td><p>Access control defaults to all projects.<p>Some teams use tools for finer-grained access control.<p>Gitlab and GitHub offer ownership control where you can say who owns what directories for things like approving merge requests that affect those directories(using CODEOWNERS). Google Piper has finer-grained access control. Phabricator offers herald rules that stop a merge from happening if a file has changed in a specific subdirrectory. Some teams use service owners, so when a change spans multiple services, they are all added automatically as blocking reviewers.</td>
</td>
<td><p>Access control defaults to per project.<p>Some teams use tools for broader-grained access control.<p>GitHub offers teams where you can say one team owns many projects and for things like approving requests that affect multiple repos.</td>
</tr>
Expand Down

0 comments on commit 53308f1

Please sign in to comment.