Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
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 @@ -40,5 +40,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 @@ -11,5 +11,5 @@
"distribution_name": "com.google.cloud:google-cloud-nio",
"api_id": "storage.googleapis.com",
"library_type": "OTHER",
"codeowner_team": "@googleapis/gcs-sdk-team"
"codeowner_team": "@googleapis/gcs-team"
}