forked from alan-turing-institute/data-safe-haven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
16 lines (12 loc) · 763 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# For syntax and examples, see https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# No default rule set. We want to allow updates to documents with only usual peer review.
# Set owners for code used to deploy Safe Haven
# This is a protection to allow us to accept PRs from
# our early adopters but ensure strict review to start
# We only plan to require code owner review for
# main and other branches that may be deployed from.
# Note: /dir/ applies to directory and all subdirectories
* @alan-turing-institute/data-safe-haven-code-administrators
/docs/ @alan-turing-institute/data-safe-haven-code-contributors