From a01a94e8428ea2900a9dfd8de1d6643991db67cf Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Sun, 17 May 2026 00:42:53 +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 c98d9c3..efef801 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,6 +8,5 @@ # Security-sensitive files require explicit review SECURITY.md @hyperpolymath -.github/workflows/ @hyperpolymath Trustfile.a2ml @hyperpolymath -.machine_readable/ @hyperpolymath \ No newline at end of file +.machine_readable/ @hyperpolymath