Skip to content
Merged
Changes from all 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
9 changes: 8 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Code owners file.
# This file controls who is tagged for review for any given pull request.
#
# To add a new package or team:
# 1. Add the directory path below the default catch-all rule (`*`).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

To ensure the list of package owners remains sorted, please update this instruction to explicitly mention that new entries should maintain alphabetical order. This aligns with the reordering change in this PR and will help maintain the file's structure.

# 1. Add the directory path below the default catch-all rule (*), keeping the list sorted alphabetically.

# 2. Append the new team AFTER the default cloud-sdk teams.
# 3. The new team must have "Write" access to google-cloud-python
# See go/cloud-sdk-googleapis#aod for instructions on requesting
# access to modify repo settings.

# Default owner for all directories not owned by others
* @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team

/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team
/packages/bigframes/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team
Loading