diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..4c758013a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# GitHub CODEOWNERS. See: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Remember, the last match takes precedence. + +# Replace the Starcraft team with your appropriate code owners. + +# Global owner, used as a last resort. +* @tigarmo + +# Documentation owners +/docs/ @medubelko @tigarmo + +# Finally, all CODEOWNERS changes need to be approved by The Man, Himself. +/.github/CODEOWNERS @sergiusens