ahoooooooo/ReviewReady
Check whether a pull request has the evidence required for human review.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used for read-only pull-request evidence. | yes | ${{ github.token }} |
| policy-path | Repository-relative path to the ReviewReady policy. | no | .reviewready.yml |
Outputs
| name | description |
|---|---|
| status | Either ready or not_ready. |
| report-json | Versioned JSON evaluation result. |