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
…411)

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 a85308e commit 4a4370e
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions packages/google-cloud-dialogflow/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "dialogflow",
"name_pretty": "Dialogflow",
"product_documentation": "https://www.dialogflow.com/",
"client_documentation": "https://googleapis.dev/python/dialogflow/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dialogflow",
"distribution_name": "google-cloud-dialogflow",
"api_id": "dialogflow.googleapis.com",
"requires_billing": true
}
"name": "dialogflow",
"name_pretty": "Dialogflow",
"product_documentation": "https://www.dialogflow.com/",
"client_documentation": "https://googleapis.dev/python/dialogflow/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dialogflow",
"distribution_name": "google-cloud-dialogflow",
"api_id": "dialogflow.googleapis.com",
"requires_billing": true,
"default_version": "v2",
"codeowner_team": ""
}

0 comments on commit 4a4370e

Please sign in to comment.