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
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The @googleapis/gcs-sdk-team is the default owner for changes in this repo
* @googleapis/cloud-sdk-java-team @googleapis/gcs-sdk-team
# The @googleapis/gcs-team is the default owner for changes in this repo
* @googleapis/cloud-sdk-java-team @googleapis/gcs-team

# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
**/*.java @googleapis/gcs-sdk-team
**/*.java @googleapis/gcs-team


# The java-samples-reviewers team is the default owner for samples changes
Expand Down
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ permissionRules:
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
- team: cloud-sdk-java-team
permission: push
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": "storage.googleapis.com",
"library_type": "GAPIC_COMBO",
"requires_billing": true,
"codeowner_team": "@googleapis/gcs-sdk-team",
"codeowner_team": "@googleapis/gcs-team",
"excluded_poms": "google-cloud-storage-bom,google-cloud-storage",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
"extra_versioned_modules": "gapic-google-cloud-storage-v2",
Expand Down
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libraries:
repo: googleapis/java-storage
repo_short: java-storage
distribution_name: com.google.cloud:google-cloud-storage
codeowner_team: '@googleapis/gcs-sdk-team'
codeowner_team: '@googleapis/gcs-team'
api_id: storage.googleapis.com
requires_billing: true
library_type: GAPIC_COMBO
Expand Down