Skip to content

Commit a932040

Browse files
committed
chore: update codeowners
1 parent 493df65 commit a932040

File tree

1 file changed

+31
-12
lines changed

1 file changed

+31
-12
lines changed

.github/CODEOWNERS

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,39 @@
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-team
15+
# - @googleapis/bigquery-dataframe-team
16+
# - @googleapis/bigtable-team
17+
# - @googleapis/cloud-sdk-auth-team
18+
# - @googleapis/firestore-team
19+
# - @googleapis/gcs-team
20+
# - @googleapis/pubsub-team
21+
# - @googleapis/spanner-team
1322

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
23+
# As per the above, the following list is only used for notifications, not for approvals.
24+
# Googlers see b/477912165 and corresponding design doc
25+
/packages/bigframes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
26+
/packages/bigquery-magics/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
27+
/packages/db-dtypes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
28+
/packages/django-google-spanner/ @googleapis/spanner-team
29+
/packages/google-auth/ @googleapis/cloud-sdk-auth-team @googleapis/aion-team
30+
/packages/google-cloud-bigquery*/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
31+
/packages/google-cloud-bigtable/ @googleapis/bigtable-team
32+
/packages/google-cloud-firestore/ @googleapis/firestore-team
33+
/packages/google-cloud-pubsub/ @googleapis/pubsub-team
34+
/packages/google-cloud-spanner/ @googleapis/spanner-team
35+
/packages/google-cloud-storage/ @googleapis/gcs-team
36+
/packages/google-resumable-media/ @googleapis/gcs-team @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
37+
/packages/pandas-gbq/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
38+
/packages/sqlalchemy-spanner/ @googleapis/spanner-team
39+
/packages/sqlalchemy-bigquery/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
40+
/packages/gcp-sphinx-docfx-yaml/ @googleapis/dkp-team

0 commit comments

Comments
 (0)