# 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.

# Fallback owner
*    @canonical/starcraft-reviewers

# Documentation owners
/docs/  @canonical/starcraft-authors
/docs/reference/changelog.rst  @canonical/starcraft-reviewers

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

