Skip to content
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

Be smarter about choosing branch names - pick readable ones. #18

Merged

Conversation

nat-henderson
Copy link
Contributor

The old branch names were commit hashes - those are reasonably unique, but yesterday I realized that we actually already have a great uniquifier in here already, because we're running this on GitHub PRs. 🤦‍♂️

This also solves the problem of pushing updates to a PR - now we'll update an existing branch rather than writing a new one. It makes the downstream PRs easier to read, because now the branch says that they're codegen, and refers to a PR number... it's a lot better.

@nat-henderson nat-henderson force-pushed the better-branch-names branch 2 times, most recently from e2592dc to 890b8c3 Compare March 10, 2018 01:08
@nat-henderson nat-henderson merged commit e96a7d5 into GoogleCloudPlatform:master Mar 12, 2018
mirobertod pushed a commit to mirobertod/magic-modules that referenced this pull request May 31, 2022
feat: Added protocol variable to support MySQL/MariaDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants