-
Notifications
You must be signed in to change notification settings - Fork 44
chore: migrate to owl bot #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f2fcdcf
to
4083562
Compare
I'd like to put this one on hold for a day while I investigate why the owl bot migration script didn't copy code from |
30e6b44
to
49cd307
Compare
I couldn't get to the bottom of why the migration script is failing. I'm going to run the commands manually to migrate this repo. |
Coverage is failing (under 100%) due to googleapis/gapic-generator-python#632. |
It looks like the remaining coverage drops were from a combo of (1) lost replacements in noxfile.py (2) missing pytest-asyncio. On the latest commit I was able to get 100% coverage. |
This PR migrates from autosynth to owl bot. owl bot will save time for maintainers as it will automatically open PRs when there are updates in googleapis-gen without requiring maintainers to run
synthtool
to build the client from protos. Additionally, similar to autosynth, PRs will be automatically opened when there are template updates.