Skip to content

Add CODEOWNERS file owned by @seatgeek/employees - #37

Merged
Liroyalima merged 2 commits into
mainfrom
add-codeowners
May 19, 2026
Merged

Add CODEOWNERS file owned by @seatgeek/employees#37
Liroyalima merged 2 commits into
mainfrom
add-codeowners

Conversation

@Liroyalima

@Liroyalima Liroyalima commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds .github/CODEOWNERS with a single rule making @seatgeek/employees the owner of every path in the repo.
  • Enables the "Require review from Code Owners" toggle on the existing main branch ruleset to take effect — once that toggle is on, every PR targeting main will require approval from a member of @seatgeek/employees.

Why

Today the main branch ruleset requires 1 approving review, but the approver can be anyone with push access to the repo. Adding CODEOWNERS makes the ownership explicit and auditable in-repo.

Follow-up (post-merge)

After this PR lands, an admin should enable "Require review from Code Owners" on the existing ruleset at https://github.com/seatgeek/auth0-operator/rules/7588557 for the rule to start enforcing approvals.

Test plan

  • Verify the CODEOWNERS file is detected: open this PR and confirm the @seatgeek/employees team is automatically requested for review.
  • (Post-merge) After enabling "Require review from Code Owners" on the ruleset, open a follow-up test PR and confirm it is blocked from merging until an employees member approves.

🤖 Generated with Claude Code

Makes @seatgeek/team-developers the owner of the entire repository so that
every PR requires review from a member of that team. This pairs with the
"Require review from Code Owners" toggle on the main-branch ruleset to
ensure approvals on `main` come from SeatGeek engineers.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Liroyalima Liroyalima changed the title Add CODEOWNERS file owned by @seatgeek/team-developers Add CODEOWNERS file owned by @seatgeek/employees May 19, 2026
@Liroyalima
Liroyalima disabled auto-merge May 19, 2026 04:55
@Liroyalima
Liroyalima merged commit fdeda71 into main May 19, 2026
2 checks passed
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.

2 participants