Bluesky app fork with some witchin' additions 💫

exclude images from bundle size workflow (#9647)

authored by samuel.fm and committed by

GitHub 80049bbe e627d37f

+1 -1
+1 -1
.github/workflows/pull-request-commit.yml
··· 91 91 with: 92 92 base_path: "stats-base.json" 93 93 pr_path: "../stats-new.json" 94 - excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png" 94 + excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png|(.+).svg|(.+).webp|(.+).jpg|(.+).ico" 95 95 96 96 - name: 💬 Drop a comment 97 97 uses: marocchino/sticky-pull-request-comment@v2