php-devops/.github/CODEOWNERS
Snider 07ce689a8c feat(github): enable free GitHub features
- dependabot.yml: automated updates for GitHub Actions and Go modules
- CODEOWNERS: auto-assign reviewers by path
- SECURITY.md: vulnerability reporting policy
- ISSUE_TEMPLATE/: structured bug reports and feature requests
- PULL_REQUEST_TEMPLATE.md: PR checklist

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 01:29:52 +00:00

10 lines
187 B
Text

# Default owners for everything
* @host-uk/core-maintainers
# Scripts and CI
/scripts/ @host-uk/devops
/.github/ @host-uk/devops
# Documentation
*.md @host-uk/docs
/docs/ @host-uk/docs