mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore: always enable PR comments for bundle size checks
This commit is contained in:
@@ -43,6 +43,6 @@ jobs:
|
|||||||
dist/browser/axios.cjs
|
dist/browser/axios.cjs
|
||||||
dist/node/axios.cjs
|
dist/node/axios.cjs
|
||||||
output-file: bundle-size-comparison.json
|
output-file: bundle-size-comparison.json
|
||||||
comment-pr: ${{ github.event.pull_request.head.repo.fork == false }}
|
comment-pr: true
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
release-stream: '1'
|
release-stream: '1'
|
||||||
|
|||||||
Reference in New Issue
Block a user