-
Notifications
You must be signed in to change notification settings - Fork 4
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
Milestoning backports #6
Comments
How should the script figure out what the "next" milestone is in that scenario? |
Looking at and matching the pattern of the name of the bugfix branch? |
This being said, in case of bugfix branching, the bugfix milestone should not be identified as the next one, so some tweaking to the logic may still be needed? |
There's a branch filter on main atm, so I presume that'd at least stop incorrect milestone labeling. |
not necessarily, as the bugfix milestone could be the next one, even though as that should not be the default for changes on |
Some projects have release branches. In those cases, they might use the backport bot to open a backport PR to the backport branch of something that is already merged into
main
. Or they can be doing a manual backport.Would be nice to be able to auto milestone those too.
Example:
main
. Got auto-milestoned to next major/minor release (depending how strict of a semver follower you are).v0.1.x
branch. Would be nice if this gets auto-milestone to the next bugfix release milestone in the v0.1.x series.The text was updated successfully, but these errors were encountered: