Skip to content
Snippets Groups Projects
Unverified Commit 2dac23a7 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

mrhlpr: Reword comment request (MR 38)

While I understand the intent behind the original message, I always end
up reading it as that providing a thank you comment is discouraged.
While I think the intended meaning is obvious if you think about it, to
me writing it this way feels like a better way to communicate it.
parent 77c4fcf9
No related branches found
No related tags found
1 merge request!38mrhlpr: Allow skipping approval, reword comment request, add more type, improve auto merge robustness
......@@ -270,6 +270,6 @@ def main():
# TODO: Check that everything passed
comment = args.comment
if not comment:
comment = input("Provide a thank you comment (discouraged, but can be empty): ")
comment = input("Provide a thank you comment (can be empty — discouraged): ")
mr.finish(mr_id, comment, args.no_cache, args.skip_approve)
print_status(mr_id)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment