From 32dc3bd85134b0362b234abb03d7ebae04bb5ac6 Mon Sep 17 00:00:00 2001 From: Daniel King <43149077+dakinggg@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:39:54 -0800 Subject: [PATCH] Add codeowners (#770) * add codeowners * precommit --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..bbdd4259cd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Require admin approval to modify all files in the root of the repository +# This includes setup.py, the README, and the CODEOWNERS file itself! +/* @mosaicml/composer-team-admins + +# Require admin approval to change the CI build configuration +# All CI Changes should be reviewed for security +/.ci/ @mosaicml/composer-team-admins +/.github/ @mosaicml/composer-team-admins