You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation there is a parameter --pull-request-body to insert a PR body using jx-updatebot pr command. I looked at the code and it requires both --pull-request-body and --commit-message (not empty) to be able to display body in Pull Request, but in fact, the content of --commit-message is passed to the PR body instead of content of --pull-request-body.
The text was updated successfully, but these errors were encountered:
klemis
changed the title
Content of --commit-message is passed to the PR body instead of --pull-request-body
Parameter --pull-request-body don't pass content to Pull Requests
Sep 13, 2021
According to the documentation there is a parameter
--pull-request-body
to insert a PR body usingjx-updatebot pr
command. I looked at the code and it requires both--pull-request-body
and--commit-message
(not empty) to be able to display body in Pull Request, but in fact, the content of--commit-message
is passed to the PR body instead of content of--pull-request-body
.The text was updated successfully, but these errors were encountered: