From 3799190e1ab912788b676d37fd3ad5f05eb6e206 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Thu, 30 Nov 2023 19:30:04 -0800 Subject: [PATCH 1/2] add codeowners --- .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..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 From 5ea8342e9d4db40510f243bff0932cd71fc6ba31 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Thu, 30 Nov 2023 19:40:15 -0800 Subject: [PATCH 2/2] precommit --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16ebe30ad6..bbdd4259cd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,4 @@ # 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 +/.github/ @mosaicml/composer-team-admins