From 1c3f4ec804c0cf31514a4b9d6ccfdb5113f1e512 Mon Sep 17 00:00:00 2001 From: Chummy Date: Mon, 16 Feb 2026 21:59:38 +0800 Subject: [PATCH] `chore(codeowners): route ci/docs surfaces to @chumyin add route ci/docs surfaces to @chumyin to view directly. --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 06f6453..3eb9f8c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,3 +8,14 @@ /.github/** @theonlyhennygod /Cargo.toml @theonlyhennygod /Cargo.lock @theonlyhennygod + +# CI +/.github/workflows/** @chumyin + +# 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