-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
46 lines (42 loc) · 2.57 KB
/
CODEOWNERS
File metadata and controls
46 lines (42 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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 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.
# List of teams in this repo
# - @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
# 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
/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