forked from GoogleCloudPlatform/java-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
14 lines (12 loc) · 1.06 KB
/
CODEOWNERS
File metadata and controls
14 lines (12 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Code owners file.
# This file controls who is tagged for review for any given pull request.
# The java-samples-reviewers team is the default owner for anything not
# explicitly taken by someone else.
* @GoogleCloudPlatform/java-samples-reviewers
/bigtable/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers
/cloud-sql/**/*.java @GoogleCloudPlatform/infra-db-dpes @GoogleCloudPlatform/java-samples-reviewers
/datastore/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers
/firestore/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers
/iot/ @gcseh @GoogleCloudPlatform/api-iot @GoogleCloudPlatform/java-samples-reviewers
/logging/ @GoogleCloudPlatform/observability-devx @GoogleCloudPlatform/java-samples-reviewers
/storage/**/*.java @GoogleCloudPlatform/cloud-storage-dpes @GoogleCloudPlatform/java-samples-reviewers