giavinh79/@yifancong/bundle-action

A simple demo for checking compressed size differences

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GITHUB_TOKEN secretno${{ github.token }}
file_pathPath to the file to upload (relative to project root)yes
target_branchThe target branch to compare against (defaults to main)nomain
comment_identifierUnique identifier for this comment (enables multiple comments per PR for monorepo support)no""
comment_titleCustom title for the PR comment (e.g., "Frontend App", "Backend Service")noBundle Diff Analysis
max_kb_increaseMaximum allowed bundle size increase in KB (e.g., "500" for 500KB, "0" to fail on any increase). Action fails if exceeded.no""
skip_size_checkSet to "true" to bypass size gate check (e.g., when bundle increase is approved)nofalse

no outputs