veltiq/groundtruth
Verify that a pull request's claims match its diff, and post the verdicts as a sticky PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | 'pr' grades the PR description against the diff; 'transcript' grades a JSONL transcript. | — | pr |
| transcript | Path to a JSONL transcript (used when mode=transcript). | — | "" |
| base | Base ref/SHA to diff against. Defaults to the PR base SHA. | — | "" |
| version | npm version or dist-tag of groundtruth to run. | — | latest |
| strict | Fail the job if any claim is unsupported. | — | false |
| comment | Post/update a sticky PR comment with the verdicts. | — | true |
| github-token | Token used to read/post PR comments. | — | "" |
Outputs
no outputs