Add richer metadata to logs and expandable detail panel #14

Merged
probablycorey merged 2 commits from probablycorey/richer-log-metadata into main 2026-03-10 17:34:01 +00:00
Showing only changes of commit 926b9b17c9 - Show all commits

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