mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
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:
6
.github/workflows/size-compare.yml
vendored
6
.github/workflows/size-compare.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user