# 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.
*       @tigarmo

# Documentation owners
/docs/  @canonical/starcraft-authors
# But not the changelog
/docs/changelog.rst  @canonical/starcraft-reviewers


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