Skip to content

Commit

Permalink
chore: add default_version and codeowner_team to .repo-metadata.json (#…
Browse files Browse the repository at this point in the history
…267)

By default the code owner will be googleapis/yoshi-python. This change is needed for the following synthtool PRs.

googleapis/synthtool#1201
googleapis/synthtool#1114
  • Loading branch information
parthea authored Oct 5, 2021
1 parent 9ccab77 commit d5bcf22
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions packages/google-cloud-dlp/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "dlp",
"name_pretty": "Cloud Data Loss Prevention",
"product_documentation": "https://cloud.google.com/dlp/docs/",
"client_documentation": "https://googleapis.dev/python/dlp/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dlp",
"distribution_name": "google-cloud-dlp",
"api_id": "dlp.googleapis.com",
"requires_billing": true
"name": "dlp",
"name_pretty": "Cloud Data Loss Prevention",
"product_documentation": "https://cloud.google.com/dlp/docs/",
"client_documentation": "https://googleapis.dev/python/dlp/latest",
"issue_tracker": "",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dlp",
"distribution_name": "google-cloud-dlp",
"api_id": "dlp.googleapis.com",
"requires_billing": true,
"default_version": "v2",
"codeowner_team": ""
}

0 comments on commit d5bcf22

Please sign in to comment.