Skip to content

Commit 85ab92f

Browse files
authored
chore: update codeowners (#16612)
Fixes b/501166036 Fixes #16081
1 parent aec1073 commit 85ab92f

File tree

1 file changed

+37
-12
lines changed

1 file changed

+37
-12
lines changed

.github/CODEOWNERS

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,45 @@
22
# This file controls who is tagged for review for any given pull request.
33
#
44
# To add a new package or team:
5-
# 1. Add the directory path below the default catch-all rule (`*`).
6-
# 2. Append the new team AFTER the default cloud-sdk teams.
5+
# 1. Add any new team names to the list of teams below. This allows us to
6+
# quickly view which teams are present in this repo.
7+
# 2. Add the package path and corresponding team
78
# 3. The new team must have "Write" access to google-cloud-python
89
# See go/cloud-sdk-googleapis#aod for instructions on requesting
910
# access to modify repo settings.
1011

11-
# Default owner for all directories not owned by others
12-
* @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team
12+
# List of teams in this repo
13+
# - @googleapis/aion-team
14+
# - @googleapis/bigquery-dataframe-team
15+
# - @googleapis/bigquery-team
16+
# - @googleapis/bigtable-team
17+
# - @googleapis/cloud-sdk-auth-team
18+
# - @googleapis/cloud-sdk-python-team
19+
# - @googleapis/dkp-team
20+
# - @googleapis/firestore-team
21+
# - @googleapis/gcs-team
22+
# - @googleapis/pubsub-team
23+
# - @googleapis/spanner-team
1324

14-
/packages/bigframes/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
15-
/packages/bigquery-magics/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
16-
/packages/django-google-spanner/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/spanner-team
17-
/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-auth-team @googleapis/aion-team
18-
/packages/google-cloud-bigquery*/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
19-
/packages/google-cloud-spanner/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/spanner-team
20-
/packages/pandas-gbq/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
21-
/packages/sqlalchemy-bigquery/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
25+
# As per the above, the following list is only used for notifications, not for approvals.
26+
# Googlers see b/477912165 and corresponding design doc
27+
28+
# Catch all. @googleapis/cloud-sdk-python-team is notified on every change for packages not owned by other teams.
29+
* @googleapis/cloud-sdk-python-team
30+
31+
/packages/bigframes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
32+
/packages/bigquery-magics/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
33+
/packages/db-dtypes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
34+
/packages/django-google-spanner/ @googleapis/spanner-team
35+
/packages/gcp-sphinx-docfx-yaml/ @googleapis/dkp-team
36+
/packages/google-auth/ @googleapis/cloud-sdk-auth-team @googleapis/aion-team
37+
/packages/google-cloud-bigquery*/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
38+
/packages/google-cloud-bigtable/ @googleapis/bigtable-team
39+
/packages/google-cloud-firestore/ @googleapis/firestore-team
40+
/packages/google-cloud-pubsub/ @googleapis/pubsub-team
41+
/packages/google-cloud-spanner/ @googleapis/spanner-team
42+
/packages/google-cloud-storage/ @googleapis/gcs-team
43+
/packages/google-resumable-media/ @googleapis/gcs-team @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
44+
/packages/pandas-gbq/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
45+
/packages/sqlalchemy-bigquery/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
46+
/packages/sqlalchemy-spanner/ @googleapis/spanner-team

0 commit comments

Comments
 (0)