Skip to content

ci: make the bundle-size check informational, never fail - #307

Merged
TarikGul merged 1 commit into
mainfrom
tg-bundle-size-no-fail
Aug 19, 2026
Merged

ci: make the bundle-size check informational, never fail#307
TarikGul merged 1 commit into
mainfrom
tg-bundle-size-no-fail

Conversation

@TarikGul

Copy link
Copy Markdown
Member

The bundle-size check has been failing PRs and it's become a problem, a size regression shouldn't block a merge, it should just tell us about it.

So this makes it purely informational. It still measures head vs base and posts the diff as a PR comment with per-entry severity, it just never fails the check anymore.

Bundle size is a guardrail, not a merge gate. Drop --strict from the compare
step and remove the 'Fail on regression' step so the check always passes. The
top severity tier renders 🟠 (was 🔴) and the comment says it never blocks
merge. The script's --strict capability is kept for local/manual use; CI just
doesn't pass it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

📦 Bundle size impact

Comparing 2026-08-19T13:08:11.565Z2026-08-19T13:08:04.296Z

No size changes detected. 🟢

@TarikGul
TarikGul merged commit 4ad9815 into main Aug 19, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants