Add body argument to pr merge command.#2810
Conversation
|
Hi, thank you for the contribution! Some description on what this is trying to solve would be nice instead of an empty pull request body. Is this meant to address #1023? |
Yup, sorry about that, just updated the description |
|
Will this allow changing the entire commit message, including the first line, or just the "followup" pieces. AKA in terms of the GH web UI, does this encompass both fields from the merge form, or just the second one? |
|
@mgabeler-lee-6rs not the entire message, just the "under" portion |
|
@vilmibm should there be a prompt in interactive mode to specify a body if choosing merge? Additionally it seems a little odd that the |
This allows the user to specify the contents of the commit message when merging.
Especially useful when squashing commits, where github by default will contact the message of all commits into the body.
partially addresses #1023