From 1215c84a48585ea574cd34798843f6881d7d688a Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Sun, 17 May 2026 00:42:38 +0100 Subject: [PATCH] chore(CODEOWNERS): drop /.github/workflows/ line (Refs standards#55) Solo-owned repo: the workflow path line only causes Dependabot github-actions PRs to auto-request review, driving the review_requested notification flood. No functional gating lost. Refs hyperpolymath/standards#55 Co-Authored-By: Claude Opus 4.7 --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d6e40d7..9e7f87d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,6 @@ # Default owners for everything in the repo # Security-critical files (Perimeter 1) - require explicit security review -/.github/workflows/ @hyperpolymath /.github/dependabot.yml @hyperpolymath /.github/CODEOWNERS @hyperpolymath /SECURITY.md @hyperpolymath @@ -38,4 +37,4 @@ # Documentation (Perimeter 2-3) - can have broader ownership /docs/ @hyperpolymath -/README* @hyperpolymath \ No newline at end of file +/README* @hyperpolymath