param-10/PR Nutrition
Generate a deterministic, read-only pull request review-readiness report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-path | Repository path checked out with full Git history. | no | . |
| base-ref | Base Git revision. Must be provided together with head-ref. | no | — |
| head-ref | Head Git revision. Must be provided together with base-ref. | no | — |
| write-step-summary | Append the Markdown report to GITHUB_STEP_SUMMARY. | no | true |
| output-directory | Directory for pr-nutrition.md and pr-nutrition.json. | no | $RUNNER_TEMP/pr-nutrition |
| use-config | Load the repository PR Nutrition config file when present. | no | true |
| config-file | Config file path resolved relative to repo-path. | no | .pr-nutrition.json |
Outputs
| name | description |
|---|---|
| risk-score | Deterministic risk score from 0 to 100. |
| risk-level | Deterministic risk level (low, medium, or high). |
| files-changed | Number of files changed in the pull request comparison. |
| markdown-path | Absolute path to the Markdown report. |
| json-path | Absolute path to the JSON report. |