-
Notifications
You must be signed in to change notification settings - Fork 156
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
Refuse release dependent on bug number #916
Comments
@yegor256 dispatch this issue please |
@sils1297 good idea, but I would rather make the configuration simpler, for example: release:
required:
label-absent: bug
arg-matches: tag [0-9\.]+
label-max: minor-bug What do you think? |
@sils1297 still interested in this ? :) |
Would be neat. We're unable to use rultor for releases though since we always need two version numbers (the one of the release and the one after as we're doing development releases). Thus we wouldn't use this feature indeed with our current setup. |
@sils1297 thanks, lets not dismiss it then but prioritize it realistically :) |
@alex-palevsky valid bug. |
@alex-palevsky this is postponed. |
@original-brownbear added "bug" tag to this issue |
@sils1297 I set the milestone to 2.0 since there is nothing set yet |
@original-brownbear sure, thanks, I added "postponed" label to it |
@original-brownbear I will assign somebody else to this issue |
It would be nice to be able to be able to configure rultor like this:
to let rultor use the github API to check if there are more than "0" bugs labelled with "bug" and refuse the release if there are any bugs that would actually be released.
The text was updated successfully, but these errors were encountered: