Open
Conversation
d6b244f to
e674794
Compare
e674794 to
f6a33f7
Compare
f6a33f7 to
f48371d
Compare
38670ec to
d56fb3d
Compare
jecluis
requested changes
Mar 12, 2026
Contributor
jecluis
left a comment
There was a problem hiding this comment.
needs to be rebased on top of main, the 'logs gc' patch needs to be dropped.
add option --yes to crt manifest release-notes is false by default. if crt manifest release-notes is called with --yes, don't ask for confirmation to overwrite the release notes. Signed-off-by: Uwe Schwaeke <uwe.schwaeke@clyso.com>
if --no is passed to crt patchset create, assume no description is added if the option -d is not passed. if --yes is passed to crt patchset add, automatically add patches to the patchset instead of asking. if --yes is passed to crt patchset publish, do not ask for confirmation to publish the patchset. if --yes is passed to crt patchset remove, do not ask for confirmation to remove the patchset. Signed-off-by: Uwe Schwaeke <uwe.schwaeke@clyso.com>
d56fb3d to
88b4408
Compare
Collaborator
Author
|
i rebased main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
crt: introduce confirmation options
what:
introduce --yes and --no options to crt subcommands that might ask for confirmation during execution.
why:
allow the tool to run non-interactively. in scenarios like testing and automation, it is impossible to provide user input manually.