nickcirv/PR Guard
PR quality gate — blocks bad PRs before they waste reviewer time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to .prguard.yml config file | no | .prguard.yml |
| strict | Fail on warnings in addition to errors | no | false |
| token | GitHub token for posting PR comments (optional) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| passed | Number of checks that passed |
| failed | Number of checks that failed |
| warned | Number of checks that produced warnings |
| skipped | Number of checks that were skipped |
| success | true if no failures (and no warnings in strict mode) |
| markdown | Full markdown report suitable for PR comments |