mlaplante/GitHub Code Review Assistant
Static analysis for PRs — detects security issues, debug code, and quality problems across JS/TS/HTML/CSS/C#
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read PR files and post comments (defaults to GITHUB_TOKEN) | no | ${{ github.token }} |
| fail-on-critical | Fail the workflow if any critical-severity issues are found | no | false |
| severity-threshold | Minimum severity level to report. One of: info | warning | critical | no | info |
| label-on-critical | Label to add to the PR when critical issues are found. Set to empty string to disable. Label will be removed automatically when no critical issues remain. | no | needs-review |
Outputs
| name | description |
|---|---|
| total-issues | Total number of issues found across all files |
| critical-issues | Number of critical-severity issues found |
| warning-issues | Number of warning-severity issues found |