Skip to content

Commit b0ff5b7

Browse files
authored
Merge pull request #100 from DeepBlueRobotics/add-CODEOWNERS-file-to-require-review-by-reviewers
Add CODEOWNERS so the merging to master must be approved by a reviewer.
2 parents 143fbc3 + 371913d commit b0ff5b7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# All PRs need to be approved by a member of the reviewers team
2+
# Note that for this to work, the repository's access settings (https://github.com/DeepBlueRobotics/<repository>/settings/access)
3+
# need to be configured to allow the reviewers team (or a parent team like devs) to explicitly have write (or higher) access.
4+
# It isn't sufficient for all org members to have write access.
5+
# Also, the branch protection rules (https://github.com/DeepBlueRobotics/<repository>/settings/branches)
6+
# for the master branch need to have "Require review from Code Owners" enabled.
7+
* @DeepBlueRobotics/reviewers

0 commit comments

Comments
 (0)