diff --git a/.github/workflows/bundle-compare.yml b/.github/workflows/bundle-compare.yml index 12e0defd7b70c..7d7be0d0af666 100644 --- a/.github/workflows/bundle-compare.yml +++ b/.github/workflows/bundle-compare.yml @@ -67,3 +67,4 @@ jobs: with: comment-tag: 'compare_bundle_size' message: ${{ steps.compare-bundle-size.outputs.comment }} + pr-number: ${{ github.event.workflow_run.pull_requests[0].number }}