From 3ce5a11a60e7b7036782fec78fa6ac0f4aaa9fc7 Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Sun, 17 May 2026 00:42:34 +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 b1de89e6..e5df25b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,9 +16,8 @@ /src/interfaces/ @hyperpolymath # Infrastructure and CI/CD -/.github/workflows/ @hyperpolymath /.containerization/ @hyperpolymath /Containerfile @hyperpolymath # SCM and machine-readable metadata -/.machine_readable/ @hyperpolymath \ No newline at end of file +/.machine_readable/ @hyperpolymath