-
Notifications
You must be signed in to change notification settings - Fork 215
chore: migrate default branch to main #479
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
chore: migrate default branch to main #479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No replacments in owlbot.py
to preserve these changes?
I'm starting to suspect that the script I used has bugs, as some of the files are autogenerated (IIRC)... (or was not meant to cover all these cases) |
Putting this on hold until we investigate. |
I've added the |
Hi @plamut, please let me know if you have any questions. |
@parthea I cannot see anything else besides "successfully ran 10 steps" - what does the OwlBot check check? The most useful information, if supported, would be a warning if any of the files changed in the PR would be overwritten the next time OwlBot runs. Is this possible or does one have to manually run the code generation locally manually and inspect the diff? |
Ah, didn't see that commit initially when I cam back, it'ss exactly what I needed. 👍 It's clear what gets overridden without the replacement rules. |
@tseaver It appears that if OwlBot doesn't doesn't generate any diff, it doesn't add any commits to the PR branch? (or why was the Edit: Ah, some the files were not re-generated after all... |
Hm... where are the Samples CI checks? (Lint, Python3.6 - 3.8) @anguillanneuf IIRC you added those checks, is perhaps the Update: It's fine for now since this PR's target has been changed to |
23eea83
to
894dd7d
Compare
Should be good now, the only change the OwlBot Postprocessor did was a trivial blacken thingy (opted to append a comma to the tuple items). |
@parthea Please now rename |
Fixes #478.