diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..16ebe30ad6 --- /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 \ No newline at end of file