Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CODEOWNERS file for kgateway
# 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
Copy link
Member

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.

Copy link
Contributor

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?


# API definitions and CRDs - critical for agw API compatibility
/api/v1alpha1/agentgateway @kgateway-dev/agw-api-owners

# Note: Other directories are intentionally not assigned specific owners at this time to avoid process overhead.
Loading