Compare commits

..

No commits in common. "4fba215f21bd017d33b111f6f9701bd31fc0121d" and "726c76cf963d18786eed72a0027ec45580d0cf7d" 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")}