From 0574c1fae17030caba17017bed08120da5f6cffb Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 18 Apr 2019 09:09:22 -0700 Subject: [PATCH] Hide the table of perf results from the bot inside an expando element (#31007) --- scripts/perf-result-post.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/perf-result-post.js b/scripts/perf-result-post.js index 5b1c4814a93..d7b651113e1 100644 --- a/scripts/perf-result-post.js +++ b/scripts/perf-result-post.js @@ -22,9 +22,10 @@ gh.issues.createComment({ owner: "Microsoft", repo: "TypeScript", body: `@${requester} -The results of the perf run you requested are in! Here they are: - -${outputTableText}` +The results of the perf run you requested are in! +
Here they are:

+${outputTableText} +

` }).then(async data => { console.log(`Results posted!`); const newCommentUrl = data.data.html_url;