abenteuer-schmiede/CODEOWNERS

21 lines
845 B
Text

# CODEOWNERS — rendered by adopt-standard.sh.
# Review is REQUIRED from an owner before merge (enforce via branch protection
# on develop/main). Replace its-consulting with your Forgejo/GitHub org handle.
# See SOP-001 (branch & merge) and CONTRIBUTING.md.
# Default — everything
* @its-consulting
# Governance & decisions — change deliberately
/docs/ @its-consulting
/docs/adr/ @its-consulting
/sops/ @its-consulting
# Enforcement & security-relevant paths — always require an owner
/.github/ @its-consulting
/ci/ @its-consulting
/policies/ @its-consulting
/secrets/ @its-consulting
/SECURITY.md @its-consulting
/CODEOWNERS @its-consulting
/.pre-commit-config.yaml @its-consulting