Skip to content

Commit 4a4370e

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#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
1 parent a85308e commit 4a4370e

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed
Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "dialogflow",
3-
"name_pretty": "Dialogflow",
4-
"product_documentation": "https://www.dialogflow.com/",
5-
"client_documentation": "https://googleapis.dev/python/dialogflow/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"repo": "googleapis/python-dialogflow",
11-
"distribution_name": "google-cloud-dialogflow",
12-
"api_id": "dialogflow.googleapis.com",
13-
"requires_billing": true
14-
}
2+
"name": "dialogflow",
3+
"name_pretty": "Dialogflow",
4+
"product_documentation": "https://www.dialogflow.com/",
5+
"client_documentation": "https://googleapis.dev/python/dialogflow/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/python-dialogflow",
11+
"distribution_name": "google-cloud-dialogflow",
12+
"api_id": "dialogflow.googleapis.com",
13+
"requires_billing": true,
14+
"default_version": "v2",
15+
"codeowner_team": ""
16+
}

0 commit comments

Comments
 (0)