diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7a38301 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# This file (security sensitive) +/.github/CODEOWNERS @olistic @chalker + +# Github workflows (security sensitive due to autorelease workflow) +/.github/workflows/ @olistic @chalker + +# What actually goes into the package +/package.json @chalker +/src/ @chalker +/index.d.ts @chalker