From 7ce1a5abb281849a2a44ac402e8d89f9c54ba880 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 19 May 2026 10:24:30 +0200 Subject: [PATCH] chore: always enable PR comments for bundle size checks --- .github/workflows/bundle-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-size.yml b/.github/workflows/bundle-size.yml index 25195654..baa1bfe5 100644 --- a/.github/workflows/bundle-size.yml +++ b/.github/workflows/bundle-size.yml @@ -43,6 +43,6 @@ jobs: dist/browser/axios.cjs dist/node/axios.cjs output-file: bundle-size-comparison.json - comment-pr: ${{ github.event.pull_request.head.repo.fork == false }} + comment-pr: true github-token: ${{ github.token }} release-stream: '1'