-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (31 loc) · 2.76 KB
/
CODEOWNERS
File metadata and controls
34 lines (31 loc) · 2.76 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
# Default owner for all directories not owned by others
# The cloud-sdk-go-team team are the effective repo maintainers, but automatic
# generation/releasing PRs are in the purview of the librarian team.
* @googleapis/cloud-sdk-librarian-team @googleapis/cloud-sdk-go-team
/ai/ @googleapis/vertexai-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/aiplatform/ @googleapis/vertexai-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/bigtable/ @googleapis/bigtable-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/bigtable/cmd/cbt @googleapis/bigtable-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/bigtable/cmd/emulator @googleapis/bigtable-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/bigtable/bttest @googleapis/bigtable-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/datastore/ @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/firestore/ @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/pubsub/ @googleapis/pubsub-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/pubsublite/ @googleapis/pubsub-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/spanner/ @googleapis/spanner-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/storage/ @googleapis/gcs-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/httpreplay/ @googleapis/gcs-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/errorreporting/ @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/logging/ @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/profiler/ @googleapis/cloud-profiler-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/vertexai/ @googleapis/vertexai-team @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
/internal/protoveneer/ @googleapis/cloud-sdk-go-team @googleapis/cloud-sdk-librarian-team
# We mark the librarian state file as unowned to avoid gatekeeping librarian operations on
# a single owner. This allows multiple teams to interact with librarian operations that cause
# changes to librarian state.
/.librarian/state.yaml
# Similarly, we mark the internal/generated/snippets directory unowned to avoid
# tracking granular ownership in the snippets directories, and to avoid chasing
# code owners approvals for things like snippet metadata versioning bumps which
# happen naturally as part of release activities.
/internal/generated/snippets/