From 80049bbe82adf4033e6cced1aaedc607dfe5a9a2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 7 Jan 2026 12:54:59 +0200 Subject: [PATCH] exclude images from bundle size workflow (#9647) --- .github/workflows/pull-request-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 6e575148e3..cc2dbe78bd 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -91,7 +91,7 @@ jobs: with: base_path: "stats-base.json" pr_path: "../stats-new.json" - excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png" + excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png|(.+).svg|(.+).webp|(.+).jpg|(.+).ico" - name: 💬 Drop a comment uses: marocchino/sticky-pull-request-comment@v2