launchdarkly-labs/Webpack stats diff

Adds a comment to your pull request with a summary of webpack stats changes between two builds

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 19, 2025
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: launchdarkly-labs/webpack-bundle-diff-action@9cf949c234cd27292078573ad1c5749b530c79bf # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
percent-change-minimumReport bundle size changes as significant if they exceed this percentage (0.05 = 5%)yes.05
increase-labelThe label to add to PRs that increased the size of any bundleyes⚠️ bundle increase
decrease-labelThe label to add to PRs that decreased the size of any bundleyes🎉 bundle decrease
violation-labelThe label to add to PRs that decreased the size of any bundleyes❌ bundle budget violation
base-bundle-analysis-report-pathThe path to the json webpack-bundle-analyzer report file for the base branchyes
head-bundle-analysis-report-pathThe path to the json webpack-bundle-analyzer report file for the head branchyes
github-tokenThe Github token used to comment on pull requestsyes
should-block-pr-on-exceeded-budgetif targeted-bundles is declared, fail build if budget is exceeded for a targeted bundleno
skip-comment-on-no-changesSkip posting PR comment when there are no significant bundle changesnofalse
size-change-minimumReport bundle size changes as significant if they exceed this byte amount (filters out tiny changes due to rounding)no2000

no outputs