From 0557cc739a38840c61c9433c74dac0d074048bbd Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 24 Nov 2025 11:44:38 -0500 Subject: [PATCH] fix(context): supply PR to `bundle-compare` Signed-off-by: Aviv Keller --- .github/workflows/bundle-compare.yml | 1 + 1 file changed, 1 insertion(+) 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 }}