-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: update codeowners #16612
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
chore: update codeowners #16612
Changes from all commits
a932040
d0e65f9
2697c74
3d89c97
3d98fe7
be7a0ab
6b84e12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,20 +2,45 @@ | |
| # 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 (`*`). | ||
| # 2. Append the new team AFTER the default cloud-sdk teams. | ||
| # 1. Add any new team names to the list of teams below. This allows us to | ||
| # quickly view which teams are present in this repo. | ||
| # 2. Add the package path and corresponding team | ||
| # 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 | ||
| # List of teams in this repo | ||
parthea marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # - @googleapis/aion-team | ||
| # - @googleapis/bigquery-dataframe-team | ||
| # - @googleapis/bigquery-team | ||
| # - @googleapis/bigtable-team | ||
| # - @googleapis/cloud-sdk-auth-team | ||
| # - @googleapis/cloud-sdk-python-team | ||
| # - @googleapis/dkp-team | ||
| # - @googleapis/firestore-team | ||
| # - @googleapis/gcs-team | ||
| # - @googleapis/pubsub-team | ||
| # - @googleapis/spanner-team | ||
parthea marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| /packages/bigframes/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/bigquery-magics/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/django-google-spanner/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/spanner-team | ||
| /packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team | ||
| /packages/google-cloud-bigquery*/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-spanner/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/spanner-team | ||
| /packages/pandas-gbq/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/sqlalchemy-bigquery/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| # As per the above, the following list is only used for notifications, not for approvals. | ||
| # Googlers see b/477912165 and corresponding design doc | ||
|
|
||
| # Catch all. @googleapis/cloud-sdk-python-team is notified on every change for packages not owned by other teams. | ||
| * @googleapis/cloud-sdk-python-team | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cc @meltsufin
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As long as codeowner review is not enforced in the branch protection settings, everyone with write access to the repo has rights to approve PRs touching any files in the repo. |
||
|
|
||
| /packages/bigframes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/bigquery-magics/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/db-dtypes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/django-google-spanner/ @googleapis/spanner-team | ||
| /packages/gcp-sphinx-docfx-yaml/ @googleapis/dkp-team | ||
| /packages/google-auth/ @googleapis/cloud-sdk-auth-team @googleapis/aion-team | ||
| /packages/google-cloud-bigquery*/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigtable/ @googleapis/bigtable-team | ||
| /packages/google-cloud-firestore/ @googleapis/firestore-team | ||
| /packages/google-cloud-pubsub/ @googleapis/pubsub-team | ||
| /packages/google-cloud-spanner/ @googleapis/spanner-team | ||
| /packages/google-cloud-storage/ @googleapis/gcs-team | ||
| /packages/google-resumable-media/ @googleapis/gcs-team @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/pandas-gbq/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/sqlalchemy-bigquery/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team | ||
| /packages/sqlalchemy-spanner/ @googleapis/spanner-team | ||
Uh oh!
There was an error while loading. Please reload this page.