mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
Update the template
This commit is contained in:
parent
a62d91091d
commit
100cf09024
7
.github/greetings_template.md
vendored
7
.github/greetings_template.md
vendored
@ -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 the docs change.
|
||||||
- [ ] Preview canary npm release. <!-- canary_version --><!-- /canary_version -->
|
- [ ] Preview canary npm release. <!-- canary_version --><!-- /canary_version -->
|
||||||
|
|
||||||
### Diff stats
|
<!-- bundle_table --><!-- /bundle_table -->
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>📉 Bundle size change</summary>
|
|
||||||
<!-- bundle_table -->⏳ Loading bundle size report.<!-- /bundle_table -->
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<!-- diff_report --><!-- /diff_report -->
|
<!-- diff_report --><!-- /diff_report -->
|
||||||
|
5
.github/workflows/bundle_stats.yml
vendored
5
.github/workflows/bundle_stats.yml
vendored
@ -17,9 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
comment-token: 'bundle_table'
|
comment-token: 'bundle_table'
|
||||||
script: |
|
script: |
|
||||||
echo "<pre>"
|
echo "### Bundle size changes since latest release"
|
||||||
|
echo "```"
|
||||||
script/bundle-size-report.js
|
script/bundle-size-report.js
|
||||||
echo "</pre>"
|
echo "```"
|
||||||
|
|
||||||
- name: Reporting selector diffs
|
- name: Reporting selector diffs
|
||||||
uses: primer/comment-token-update@main
|
uses: primer/comment-token-update@main
|
||||||
|
Loading…
Reference in New Issue
Block a user