diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..1b6b90a2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Protect build scripts +*.js @tycrek + +# Protect NPM files +*.json @tycrek + +# Protect MIRRORS.md +/MIRRORS.md @tycrek + +# Protect .github & others +/.github/ @tycrek +/.gitattributes @tycrek