diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..c617e27a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,19 @@ +# 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. + +# Global owner, used as a last resort. +* @lengau + +# Tiago owns secrets +/craft_application/secrets.py @tigarmo @lengau + +# Fetch service: Tiago +/craft_application/services/fetch.py @tigarmo @lengau +/craft_application/fetch.py @tigarmo @lengau + +# Documentation owners +/docs/ @medubelko @lengau + +# Finally, all CODEOWNERS changes need to be approved by The Man, Himself. +/.github/CODEOWNERS @sergiusens