Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CODEOWNERS file - defines who must approve PRs
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# NOTE: Teams must have explicit write access to the repository.
# Order matters - last matching pattern takes precedence.

# Default: infra-humans team + specific users own everything
* @earthspecies/infra-humans @david-rx @nkundiushuti

# Humans team can approve docs and READMEs
/docs/ @earthspecies/humans
*.md @earthspecies/humans

# Protect CODEOWNERS itself - requires infra team approval
/.github/CODEOWNERS @earthspecies/infra-humans @david-rx @nkundiushuti