chronotruck/Webpack stats difference
Creates a comment in the pull-request comparing two Webpack stats files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_stats_path | Webpack generated "stats.json" file path from the base branch | yes | — |
| head_stats_path | Webpack generated "stats.json" file path from the head branch | yes | — |
| token | Github generated token | yes | — |
| comment_title | Customized GitHub comment title. | no | — |
| announcement_percentage_threshold_increase | The minimum percentage increase in the diff bundle size for a comment to be added. The percentage should use a positive number (integer or floating point) value or zero. | no | — |
| announcement_percentage_threshold_decrease | The minimum percentage decrease in the diff bundle size for a comment to be added. The percentage should use a negative numeric (integer or floating point) value or zero. | no | — |
Outputs
no outputs