28 lines
768 B
Text
28 lines
768 B
Text
# Default owner for all files
|
|
* @theonlyhennygod
|
|
|
|
# High-risk surfaces
|
|
/src/security/** @willsarg
|
|
/src/runtime/** @theonlyhennygod
|
|
/src/memory/** @theonlyhennygod
|
|
/.github/** @theonlyhennygod
|
|
/Cargo.toml @theonlyhennygod
|
|
/Cargo.lock @theonlyhennygod
|
|
|
|
# CI
|
|
/.github/workflows/** @willsarg
|
|
/.github/codeql/** @willsarg
|
|
/.github/dependabot.yml @willsarg
|
|
|
|
# Docs & governance
|
|
/docs/** @chumyin
|
|
/AGENTS.md @chumyin
|
|
/CONTRIBUTING.md @chumyin
|
|
/docs/pr-workflow.md @chumyin
|
|
/docs/reviewer-playbook.md @chumyin
|
|
/docs/ci-map.md @chumyin
|
|
|
|
# Security / CI-CD governance overrides (last-match wins)
|
|
/SECURITY.md @willsarg
|
|
/docs/actions-source-policy.md @willsarg @chumyin
|
|
/docs/ci-map.md @willsarg @chumyin
|