vladzima/PullGuard PR Risk
Score pull request review risk and optionally comment, label, or close the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-api-key | OpenAI API key used for BYOK analysis. | no | — |
| anthropic-api-key | Anthropic API key used for BYOK analysis. | no | — |
| github-token | GitHub token used to read the PR and apply configured actions. | no | ${{ github.token }} |
| config | Path to the PR quality policy file. | no | .github/pullguard.yml |
| model | Optional model name override. | no | — |
| provider | Optional provider override. Supported values are openai and anthropic. | no | — |
Outputs
| name | description |
|---|---|
| score | Review-risk score from 0 to 100. |
| labels | Comma-separated labels selected by policy. |
| should-close | Whether the policy selected the close action. |
| skipped | Whether PullGuard skipped because the configured trigger did not match. |