From 059c772c4c9bf7ca6c3107fe9521b0a6ed119482 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:24:30 +0000 Subject: [PATCH] chore: update CODEOWNERS comments to match org standard format Clarify inline comments to directly reference the codeowners standard URL and explicitly state the org-leads-first rule. The owner line itself (`* @petry-projects/org-leads`) was already compliant; this commit documents compliance and closes the false-positive audit finding. Closes #254 Co-authored-by: Don Petry --- .github/CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b43d577..bfba2074 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,6 @@ # CODEOWNERS -# Standard: use the @petry-projects/org-leads team for all code owner -# assignments. See petry-projects/.github standards/codeowners-standard.md +# Standard: https://github.com/petry-projects/.github/blob/main/standards/codeowners-standard.md +# Rule: @petry-projects/org-leads MUST be the first owner on every line. +# Default — all paths * @petry-projects/org-leads