From 100cf090243006f82883cf8fb42af59d07500a28 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Sat, 10 Apr 2021 13:09:49 -0700 Subject: [PATCH] Update the template --- .github/greetings_template.md | 7 +------ .github/workflows/bundle_stats.yml | 5 +++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/greetings_template.md b/.github/greetings_template.md index fe1d53b6..1d0b3200 100644 --- a/.github/greetings_template.md +++ b/.github/greetings_template.md @@ -8,11 +8,6 @@ Thanks for the pull request! Someone on the team will take a look at this soon. - [ ] Preview the docs change. - [ ] Preview canary npm release. -### Diff stats - -
- 📉 Bundle size change - ⏳ Loading bundle size report. -
+ diff --git a/.github/workflows/bundle_stats.yml b/.github/workflows/bundle_stats.yml index 46b54d24..bfbbb508 100644 --- a/.github/workflows/bundle_stats.yml +++ b/.github/workflows/bundle_stats.yml @@ -17,9 +17,10 @@ jobs: with: comment-token: 'bundle_table' script: | - echo "
"
+            echo "### Bundle size changes since latest release"
+            echo "```"
             script/bundle-size-report.js
-            echo "
" + echo "```" - name: Reporting selector diffs uses: primer/comment-token-update@main