Skip to content

Commit d5b0561

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#29)
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 be16313 commit d5b0561

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/google-cloud-orchestration-airflow/.repo-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-orchestration-airflow",
1111
"distribution_name": "google-cloud-orchestration-airflow",
12-
"api_id": "composer.googleapis.com"
13-
}
12+
"api_id": "composer.googleapis.com",
13+
"default_version": "v1",
14+
"codeowner_team": ""
15+
}

0 commit comments

Comments
 (0)