-
Notifications
You must be signed in to change notification settings - Fork 24
ci: label bumps to the golang version as patch changes #259
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
zimeg
left a comment
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.
📬 A quick jot for kind reviewers!
| git commit --all -m "build(deps): bump golang to ${VERSION#go}" | ||
| git push -u origin chore-bump-golang | ||
| gh pr create --title "build(deps): bump golang to ${VERSION#go}" --body "Automatic update to the latest release of Go" --milestone "Next Release" --label "code health" | ||
| gh pr create --title "build(deps): bump golang to ${VERSION#go}" --body "Automatic update to the latest release of Go" --milestone "Next Release" --label "code health" --label "semver:patch" |
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.
🏷️ note: Multiple "label" flags were tested with success on an example repo elsewhere!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
==========================================
+ Coverage 64.59% 64.60% +0.01%
==========================================
Files 212 212
Lines 17505 17505
==========================================
+ Hits 11307 11309 +2
+ Misses 5132 5130 -2
Partials 1066 1066 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mwbrooks
left a comment
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.
✅ Nice, thanks for making the Golang version bumps even smoother!
|
@mwbrooks Of course - it's nice to focus sometimes on one fewer thing 👾 ✨ |
Summary
This PR hopes to add the
semver:patchlabel to the automatic updates of the Golang version - Ex: #258.Requirements