-
Notifications
You must be signed in to change notification settings - Fork 46
chore: migrate default branch to main #281
Conversation
There are still some references to |
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.
I'm surprised you didn't have to add replacments to owlbot.py
to make these changes stick. Is the bot not configured to run on PRs in this repository?
I ran this script, but apparently it did not find and "master" patterns and thus didn't make any replacements? (searching for "master" in the codebase did not yield anything apart from a few URLs to repos that have not done the migration yet) |
Putting this on hold as well. |
I've added the |
The replacements need to be added owlbot.py in order to prevent owlbot from reverting the changes. |
Hi @plamut , Please let me know if you have any questions. |
Hmm, where are the samples CI checks? Noticed the same on a related Pub/Sub PR. |
Fixes #280.