Skip to content

Commit

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

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

* update default_version and codeowner_team

* set default_version to v2alpha

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
parthea and gcf-owl-bot[bot] authored Oct 8, 2021
1 parent eb132c0 commit 6685aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-bigquery-migration/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"repo": "googleapis/python-bigquery-migration",
"distribution_name": "google-cloud-bigquery-migration",
"api_id": "bigquerymigration.googleapis.com",
"requires_billing": true
}
"requires_billing": true,
"default_version": "v2alpha",
"codeowner_team": "@googleapis/api-bigquery"
}
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-migration/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Copy the generated client from the owl-bot staging directory
# ----------------------------------------------------------------------------

default_version = "v1"
default_version = "v2alpha"

for library in s.get_staging_dirs(default_version):
s.move(library, excludes=["setup.py", "README.rst", "docs/index.rst"])
Expand All @@ -39,4 +39,4 @@
# Run blacken session
# ----------------------------------------------------------------------------

s.shell.run(["nox", "-s", "blacken"], hide_output=False)
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 6685aa6

Please sign in to comment.