Merge pull request 'Fix Discord message rendering' (#13) from probablycorey/fix-discord-message into main
Some checks are pending
CI / test (push) Waiting to run

Reviewed-on: #13
This commit is contained in:
probablycorey 2026-03-10 17:09:28 +00:00
commit 4fba215f21

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")}