1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Update the template

This commit is contained in:
Jon Rohan 2021-04-10 13:09:49 -07:00
parent a62d91091d
commit 100cf09024
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 4 additions and 8 deletions

View File

@ -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. <!-- canary_version --><!-- /canary_version -->
### Diff stats
<details>
<summary>📉 Bundle size change</summary>
<!-- bundle_table -->⏳ Loading bundle size report.<!-- /bundle_table -->
</details>
<!-- bundle_table --><!-- /bundle_table -->
<!-- diff_report --><!-- /diff_report -->

View File

@ -17,9 +17,10 @@ jobs:
with:
comment-token: 'bundle_table'
script: |
echo "<pre>"
echo "### Bundle size changes since latest release"
echo "```"
script/bundle-size-report.js
echo "</pre>"
echo "```"
- name: Reporting selector diffs
uses: primer/comment-token-update@main