Skip to content

Commit 8c1d120

Browse files
chore: set gcs-sdk-team as GCS CODEOWNER (googleapis#2955)
* chore: set gcs-sdk-team as GCS CODEOWNER * Update generation_config.yaml * Update .repo-metadata.json * chore: generate libraries at Tue Feb 25 21:47:46 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 86665d7 commit 8c1d120

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
# The @googleapis/cloud-storage-dpe is the default owner for changes in this repo
8-
* @googleapis/yoshi-java @googleapis/cloud-storage-dpe
7+
# The @googleapis/gcs-sdk-team is the default owner for changes in this repo
8+
* @googleapis/yoshi-java @googleapis/gcs-sdk-team
99

1010
# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
11-
**/*.java @googleapis/cloud-storage-dpe
11+
**/*.java @googleapis/gcs-sdk-team
1212

1313

1414
# The java-samples-reviewers team is the default owner for samples changes

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api_id": "storage.googleapis.com",
1414
"library_type": "GAPIC_COMBO",
1515
"requires_billing": true,
16-
"codeowner_team": "@googleapis/cloud-storage-dpe",
16+
"codeowner_team": "@googleapis/gcs-sdk-team",
1717
"excluded_poms": "google-cloud-storage-bom,google-cloud-storage",
1818
"issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
1919
"extra_versioned_modules": "gapic-google-cloud-storage-v2",

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraries:
1313
repo: googleapis/java-storage
1414
repo_short: java-storage
1515
distribution_name: com.google.cloud:google-cloud-storage
16-
codeowner_team: '@googleapis/cloud-storage-dpe'
16+
codeowner_team: '@googleapis/gcs-sdk-team'
1717
api_id: storage.googleapis.com
1818
requires_billing: true
1919
library_type: GAPIC_COMBO

0 commit comments

Comments
 (0)