Fix Discord message rendering #13

Merged
probablycorey merged 1 commits from probablycorey/fix-discord-message into main 2026-03-10 17:09:29 +00:00

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