From f67df68d54dabebcb60e36907f563a708ac8b979 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Sun, 19 Jan 2025 22:30:05 -0800 Subject: [PATCH] Merge in relevant change --- .github/workflows/bundlesize.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bundlesize.yml b/.github/workflows/bundlesize.yml index 6d690f814..0e201dbb7 100644 --- a/.github/workflows/bundlesize.yml +++ b/.github/workflows/bundlesize.yml @@ -35,3 +35,7 @@ jobs: - name: BundleMon uses: lironer/bundlemon-action@v1 + env: + # Always compare to the main branch; prevents stacked PRs from being + # compared to the wrong mergebase (ie. the PR beneath the current one) + CI_TARGET_BRANCH: main