# 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

# General code owner
*.py    @lengau

# Documentation owners
/docs/  @medubelko @lengau

# Module-specific overrides to match application ownership.
/craft_platforms/charm  @lengau
/craft_platforms/rock   @tigarmo
/craft_platforms/snap   @mr-cal

# Finally, all CODEOWNERS changes need to be approved by The Man, Himself.
/.github/CODEOWNERS     @sergiusens
