Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The @googleapis/api-spanner-java is the default owner for changes in this repo
# The @googleapis/spanner-client-libraries-java is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/spanner-client-libraries-java
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"api_id": "spanner.googleapis.com",
"library_type": "GAPIC_COMBO",
"requires_billing": true,
"codeowner_team": "@googleapis/api-spanner-java",
"codeowner_team": "@googleapis/spanner-client-libraries-java",
"excluded_poms": "google-cloud-spanner-bom",
"issue_tracker": "https://issuetracker.google.com/issues?q=componentid:190851%2B%20status:open",
"recommended_package": "com.google.cloud.spanner",
Expand Down
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraries:
api_id: spanner.googleapis.com
transport: grpc
requires_billing: true
codeowner_team: '@googleapis/api-spanner-java'
codeowner_team: '@googleapis/spanner-client-libraries-java'
library_type: GAPIC_COMBO
excluded_poms: google-cloud-spanner-bom
recommended_package: com.google.cloud.spanner
Expand Down
Loading