-
Notifications
You must be signed in to change notification settings - Fork 630
Add initial codeowner groups #12635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial codeowner groups #12635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new CODEOWNERS file to establish code ownership groups for the kgateway project, implementing automated review requirements for critical components.
- Adds code ownership rules for API-related files and CI infrastructure
- Establishes two ownership groups: API owners and CI owners
- Sets up automated review requirements for critical paths like
/api/,/install/,.github/, and Go modules
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Community PR to introduce groups: kgateway-dev/community#136 |
|
More granular code ownership and reviewer assignment is definitely required, though I'd like to explore a different mechanism than file based code ownership. Let's discuss this before merging this. |
Signed-off-by: npolshakova <[email protected]>
Signed-off-by: npolshakova <[email protected]>
Signed-off-by: npolshakova <[email protected]>
Signed-off-by: npolshakova <[email protected]>
Signed-off-by: npolshakova <[email protected]>
ae11100 to
9ed8a40
Compare
|
community pr to introduce groups: kgateway-dev/community#138 |
Signed-off-by: Jenny Shu <[email protected]>
| # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
|
||
| # API definitions and CRDs - critical for kgateway API compatibility | ||
| /api/v1alpha1/kgateway @kgateway-dev/kgateway-api-owners |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, the UI is complaining this group doesn't exist, but https://github.com/orgs/kgateway-dev/teams/kgateway-api-owners does. Maybe it's just lagging a bit behind.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird i don't see that? are you viewing this through a browser?
Description
Add initial code owner groups for API Maintainers and Owners for CI
Change Type
/kind cleanup
Changelog