We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c3ce9 commit 0574c1fCopy full SHA for 0574c1f
scripts/perf-result-post.js
@@ -22,9 +22,10 @@ gh.issues.createComment({
22
owner: "Microsoft",
23
repo: "TypeScript",
24
body: `@${requester}
25
-The results of the perf run you requested are in! Here they are:
26
-
27
-${outputTableText}`
+The results of the perf run you requested are in!
+<details><summary> Here they are:</summary><p>
+${outputTableText}
28
+</p></details>`
29
}).then(async data => {
30
console.log(`Results posted!`);
31
const newCommentUrl = data.data.html_url;
0 commit comments