ostehost/DiffGuard PR Review
Catches structural breaks that pass code review — runs diffguard review on PRs and can post findings as a comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to use | — | 3.11 |
| ref-range | Git ref range (auto-detected from PR context if not set) | no | — |
| format | Output format for diffguard review | — | text |
| post-comment | Post findings as a PR comment | — | false |
Outputs
| name | description |
|---|---|
| findings | DiffGuard review output, bounded to 250,000 UTF-8 bytes |
| findings-truncated | Whether findings exceeded the Action output bound; full output remains in the step log |
| analysis-incomplete | Whether warnings, parse gaps, or invalid structured output make the analysis incomplete |
| exit-code | diffguard exit code (0=no findings, 1=findings, 2=error) |