# CODEOWNERS for nido
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-security/customizing-your-repository/about-code-owners
# Default: solo maintainer reviews everything
* @nash87
# Release pipeline + security require extra care
/.github/workflows/ @nash87
/SECURITY.md @nash87
/LICENSE-MIT @nash87
/LICENSE-APACHE @nash87
/NOTICE @nash87
/release-plz.toml @nash87
/cargo-deny.toml @nash87
/.gitleaks.toml @nash87
# Brand assets
/assets/ @nash87
/oranda.json @nash87