chore: exempt go.mod/go.sum from CODEOWNERS review#2790
Conversation
Allow the review bot to satisfy CODEOWNERS approval for dependency files so it can approve dependency update PRs autonomously. Assisted-by: Claude claude-opus-4-6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
PR Summary by QodoAdd review bot as CODEOWNER for go.mod/go.sum
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Use blank-owner CODEOWNERS entries to exempt dependency files from code owner review. This allows any reviewer (including bots) to approve PRs that only touch these files. See: https://github.com/orgs/community/discussions/23064 Assisted-by: Claude claude-opus-4-6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
Site previewPreview: https://df23ad30-site.fullsend-ai.workers.dev Commit: |
Code Review by Qodo
1.
|
|
🤖 Review · |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Assisted-by: Claude claude-opus-4-6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
|
🤖 Finished Review · ❌ Failure · Started 5:25 PM UTC · Completed 5:31 PM UTC |
|
@ralphbean; Convince me that this is safe (probably won't be too hard - use small words 🤣). |
|
Nope - putting this in draft. |
Summary
go.modandgo.sum, exempting them from code owner reviewfullsend-ai-review[bot]— approve dependency update PRs without needing a@fullsend-ai/corememberContext
GitHub App bots can't be added as CODEOWNERS (they're not "users" in GitHub's model). The blank-owner pattern is the supported workaround.
Required status checks (
test,e2e,commit-lint) and the merge queue still gate all merges, so dependency changes are still validated by CI.Also fixed (out of band)
@fullsend-ai/corewas flagged as an "Unknown owner" because the team didn't have write access to this repo. That's been fixed — CODEOWNERS is now actually enforced for the first time.🤖 Generated with Claude Code