lerebear/SizeUp Action
Estimate how easy a pull request will be to review
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token with read permissions for pull requests in this repository. | yes | — |
| git-diff-options | Custom options to forward to `git diff` when retrieving the diff of the pull request that triggered this workflow. The result of that `git diff` command will be used for evaluation with sizeup. | — | --ignore-space-change |
| configuration-file-path | Optional path to a YAML configuration file. This will be forwarded to sizeup. | — | — |
Outputs
| name | description |
|---|---|
| score | The numeric score that the pull request received. |
| category | The descriptive score category that the pull request was assigned. |