zixuanjiang332/ReleaseGuard AI
Deterministic PR diff release gate for AI-generated code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base ref to compare against. | no | origin/main |
| ai | Enable optional AI explanation. | no | false |
| pr-comment | Optional pull request comment mode: off, on-failure, or always. | no | off |
| review-comments | Optional inline review comments mode: off, fail-only, smart, or always. | no | off |
Outputs
| name | description |
|---|---|
| verdict | Final ReleaseGuard verdict, one of pass, warn, or fail. |
| findings-count | Total number of findings in the checked diff. |
| fail-count | Number of fail-severity findings in the checked diff. |
| warn-count | Number of warn-severity findings in the checked diff. |