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

* chore: add default_version and codeowner_team to .repo-metadata.json

* Assign @googleapis/actools-python as codeowner
  • Loading branch information
parthea committed Oct 4, 2021
1 parent 3b0912a commit f3fd059
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .repo-metadata.json
@@ -1,10 +1,12 @@
{
"name": "google-api-core",
"name_pretty": "Google API client core library",
"client_documentation": "https://googleapis.dev/python/google-api-core/latest",
"release_level": "ga",
"language": "python",
"library_type": "CORE",
"repo": "googleapis/python-api-core",
"distribution_name": "google-api-core"
}
"name": "google-api-core",
"name_pretty": "Google API client core library",
"client_documentation": "https://googleapis.dev/python/google-api-core/latest",
"release_level": "ga",
"language": "python",
"library_type": "CORE",
"repo": "googleapis/python-api-core",
"distribution_name": "google-api-core",
"default_version": "",
"codeowner_team": "@googleapis/actools-python"
}

0 comments on commit f3fd059

Please sign in to comment.