chore(codeowners): route security and ci/cd ownership to @willsarg

This commit is contained in:
Chummy 2026-02-17 17:42:22 +08:00
parent b9e2dae49f
commit 89d3fcc8f7

11
.github/CODEOWNERS vendored
View file

@ -2,7 +2,7 @@
* @theonlyhennygod
# High-risk surfaces
/src/security/** @theonlyhennygod
/src/security/** @willsarg
/src/runtime/** @theonlyhennygod
/src/memory/** @theonlyhennygod
/.github/** @theonlyhennygod
@ -10,7 +10,9 @@
/Cargo.lock @theonlyhennygod
# CI
/.github/workflows/** @chumyin
/.github/workflows/** @willsarg
/.github/codeql/** @willsarg
/.github/dependabot.yml @willsarg
# Docs & governance
/docs/** @chumyin
@ -19,3 +21,8 @@
/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
/docs/ci-map.md @willsarg