diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..82e15e2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# Technical Website Team members must approve changes to configs and actions +/.github/ @SwerveRobotics/website-technical +/*.yaml @SwerveRobotics/website-technical +/*.yml @SwerveRobotics/website-technical +/Makefile @SwerveRobotics/website-technical + +# Website Content Moderators must approve any and all Site Content +/docs/ @SwerveRobotics/website-content \ No newline at end of file