Compare commits

..

No commits in common. "926b9b17c9b5f8662b7de6e9246212c8cd3bca5e" and "6555be012abde0047ea9eac998a63cbb175281f8" have entirely different histories.

View File

@ -116,8 +116,8 @@ class PRHandler {
let message = `
> ### [${pullRequest.title}](<${pullRequest.html_url}>)
> **${repositoryFullName}**
>
${body
>
${body
.split("\n")
.map((line) => `> ${line}`)
.join("\n")}