sudeepsidhu/Diff Stats Action
Runs git diff against the base branch and comments back with the diff stats and optionally label the PR with its size.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| diff-options | Options to be passed into the `git diff` call | no | — |
| add-size-label | Should the workflow label the PR with the size tag? | no | false |
| extra-small-label | Name of the "extra small" label | no | extra-small |
| extra-small-size | Maximum number of insertions to be labeled with an "extra small" label | no | 50 |
| small-label | Name of the "small" label | no | small |
| small-size | Maximum number of insertions to be labeled with a "small" label | no | 100 |
| medium-label | Name of the "medium" label | no | medium |
| medium-size | Maximum number of insertions to be labeled with a "medium" label | no | 300 |
| large-label | Name of the "large" label | no | large |
| large-size | Maximum number of insertions to be labeled with a "large" label | no | 500 |
| extra-large-label | Name of the "extra-large" label | no | extra-large |
Outputs
no outputs