From 89d3fcc8f799fa95baa410c96eebd49fdd2e2d86 Mon Sep 17 00:00:00 2001 From: Chummy Date: Tue, 17 Feb 2026 17:42:22 +0800 Subject: [PATCH] chore(codeowners): route security and ci/cd ownership to @willsarg --- .github/CODEOWNERS | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3eb9f8c..df91d8f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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