juliettkhar/reviewer-lib code review
AI code review for pull requests — posts inline comments + a summary using reviewer-lib.
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. | yes | — |
| github-token | Token used to read the PR diff and post comments. | no | ${{ github.token }} |
| pr-number | Pull request number. Defaults to the PR from the triggering event. | no | "" |
| fail-on | Fail the job when a finding is at or above this severity (critical|high|medium|low). Empty = never fail. | no | "" |
| model | Model to use for the review. | no | gpt-4o-mini |
| version | reviewer-lib version to run (npm dist-tag or version). Must be >= 3.2.0 (the CLI). | no | latest |
Outputs
no outputs