Skip to content

chore: update CODEOWNERS comments to match org standard format#259

Open
don-petry wants to merge 17 commits into
mainfrom
claude/issue-254-20260508-1421
Open

chore: update CODEOWNERS comments to match org standard format#259
don-petry wants to merge 17 commits into
mainfrom
claude/issue-254-20260508-1421

Conversation

@don-petry
Copy link
Copy Markdown
Collaborator

Summary

  • The .github/CODEOWNERS file already had the correct owner line (* @petry-projects/org-leads) — compliant with the codeowners standard
  • The compliance audit (Compliance: codeowners-org-leads-not-first #254) fired due to a false-positive: the gh_api retry function in the audit script outputs each failed HTTP attempt's JSON to stdout, which accumulated and was misread as file content
  • Updated the CODEOWNERS inline comments to directly link the standard URL and explicitly state the org-leads-first rule, making compliance self-evident and formally closing the audit finding

Changes

CODEOWNERS — comments only; owner line unchanged

Closes #254

Generated with Claude Code

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 <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 8, 2026 14:24
@don-petry don-petry requested a review from a team as a code owner May 8, 2026 14:24
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 22 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b66ab8d9-9b9a-48ff-b9c7-371c50b2acf8

📥 Commits

Reviewing files that changed from the base of the PR and between db4af21 and a865057.

📒 Files selected for processing (1)
  • .github/CODEOWNERS
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-254-20260508-1421

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@don-petry
Copy link
Copy Markdown
Collaborator Author

@petry-projects/org-leads — this PR is ready for review and merge.

Summary: The CODEOWNERS file was already compliant (owner line * @petry-projects/org-leads was in place since #252). This PR updates the inline comments to directly reference the standard URL and state the org-leads-first rule, formally closing the false-positive compliance audit finding in #254.

The diff is comments-only — no functional changes.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates .github/CODEOWNERS inline comments to align with the org’s CODEOWNERS standard reference and make the “org-leads must be first owner” rule explicit, without changing ownership behavior.

Changes:

  • Replaced existing standard-reference comments with a direct link to the canonical CODEOWNERS standard.
  • Added an explicit rule comment stating @petry-projects/org-leads must be first on every owner line.
  • Added a brief “Default — all paths” header comment above the wildcard rule.

@don-petry don-petry closed this May 11, 2026
@don-petry don-petry reopened this May 11, 2026
@sonarqubecloud
Copy link
Copy Markdown

@don-petry
Copy link
Copy Markdown
Collaborator Author

@dev-lead - please fix this PR

@github-actions
Copy link
Copy Markdown
Contributor

Auto-rebase failed — merge conflict — this branch has conflicts with main that must be resolved manually.

Please resolve the conflicts and push:

git fetch origin
git merge origin/main
# resolve conflicts, then:
git add .
git commit
git push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compliance: codeowners-org-leads-not-first

2 participants