Skip to content

Commit

Permalink
chore: Update .repo-metadata.json and CODEOWNERS (googleapis#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 authored and mutianf committed Feb 6, 2024
1 parent 5f1720b commit 44528c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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/api-bigtable is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/api-bigtable
# The @googleapis/api-bigtable @googleapis/api-bigtable-partners is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/api-bigtable @googleapis/api-bigtable-partners

# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
**/*.java @googleapis/api-bigtable
**/*.java @googleapis/api-bigtable @googleapis/api-bigtable-partners


# The java-samples-reviewers team is the default owner for samples changes
Expand Down
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repo": "googleapis/java-bigtable",
"repo_short": "java-bigtable",
"distribution_name": "com.google.cloud:google-cloud-bigtable",
"codeowner_team": "@googleapis/api-bigtable",
"codeowner_team": "@googleapis/api-bigtable @googleapis/api-bigtable-partners",
"api_id": "bigtable.googleapis.com",
"library_type": "GAPIC_COMBO",
"extra_versioned_modules": "google-cloud-bigtable-emulator,google-cloud-bigtable-emulator-core",
Expand Down

0 comments on commit 44528c5

Please sign in to comment.