launchdarkly-labs/Webpack stats diff
Adds a comment to your pull request with a summary of webpack stats changes between two builds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 19, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: launchdarkly-labs/webpack-bundle-diff-action@9cf949c234cd27292078573ad1c5749b530c79bf # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| percent-change-minimum | Report bundle size changes as significant if they exceed this percentage (0.05 = 5%) | yes | .05 |
| increase-label | The label to add to PRs that increased the size of any bundle | yes | ⚠️ bundle increase |
| decrease-label | The label to add to PRs that decreased the size of any bundle | yes | 🎉 bundle decrease |
| violation-label | The label to add to PRs that decreased the size of any bundle | yes | ❌ bundle budget violation |
| base-bundle-analysis-report-path | The path to the json webpack-bundle-analyzer report file for the base branch | yes | — |
| head-bundle-analysis-report-path | The path to the json webpack-bundle-analyzer report file for the head branch | yes | — |
| github-token | The Github token used to comment on pull requests | yes | — |
| should-block-pr-on-exceeded-budget | if targeted-bundles is declared, fail build if budget is exceeded for a targeted bundle | no | — |
| skip-comment-on-no-changes | Skip posting PR comment when there are no significant bundle changes | no | false |
| size-change-minimum | Report bundle size changes as significant if they exceed this byte amount (filters out tiny changes due to rounding) | no | 2000 |
Outputs
no outputs