You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +36,6 @@ if (workflow_runs.length === 0) {
35
36
owner,
36
37
repo,
37
38
issue_number: pull_request_number,
38
-
body: `The latest workflow run for this pull request is [#${latest.run_number}](${latest.html_url})`,
39
+
body: `The latest workflow run for this pull request is [#${latest.run_number}](${latest.html_url}), and the compilation output is:\n\n\`\`\`\n${compilation_output}\n\`\`\``,
0 commit comments