-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Option to append new body immediately after existing body (no break or space char in between) #158
Comments
Hi @ADTC Good feature! Now that you've pointed it out, I'm actually surprised nobody has suggested this before. Would you like to contribute this feature yourself in a PR? |
I actually took a look at the code. It should be possible. I'll give it a shot when I have some free time (unless you did already). |
Released this feature in |
Thank you! Just upgraded to BTW if the option isn't present, it will default to |
Yes, it defaults to |
The default behavior to add a newline break between the existing comment body and the new body is a good default.
I think it will be nice to have feature if we can disable the added break, or use a space instead. (Could be called
append-separator
with three options:newline
,space
,none
.)Example: If the original comment is:
With
append-separator: newline
(default):With
append-separator: space
:With
append-separator: none
:The text was updated successfully, but these errors were encountered: