post bundle size comparison comment in the PR body instead (#6677)

* post size-compare comment in pr body instead of comment

* note
This commit is contained in:
Matt Fiddaman
2026-01-18 18:07:48 +00:00
committed by GitHub
parent 7443886856
commit fe624f0158
4 changed files with 195 additions and 22 deletions

View File

@@ -139,7 +139,8 @@ jobs:
--head desktop-client=./head/web-stats.json \
--head loot-core=./head/loot-core-stats.json \
--head api=./head/api-stats.json \
--identifier combined > bundle-stats-comment.md
--identifier combined \
--format pr-body > bundle-stats-comment.md
- name: Post combined bundle stats comment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -148,4 +149,5 @@ jobs:
run: |
node packages/ci-actions/bin/update-bundle-stats-comment.mjs \
--comment-file bundle-stats-comment.md \
--identifier '<!--- bundlestats-action-comment key:combined --->'
--identifier combined \
--target pr-body