andreabonn/AI PR Reviewer by Bonn
Automatically reviews Pull Requests using an LLM (Groq, Gemini, Anthropic or OpenAI)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 14, 2026
- License
- Apache 2.0
Pinned Snippet
uses: andreabonn/ai-pr-reviewer@555bb8ce4c8cb94fdf58dc3c25b7a7413599b946 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| llm_provider | LLM provider(s), comma-separated for fallback: "groq", "groq,gemini", "groq,groq,gemini" | no | groq |
| llm_api_key | API key(s), comma-separated, one per provider entry | yes | — |
| llm_model | Override the default model for the chosen provider (optional) | no | "" |
| github_token | GitHub token for posting comments | yes | — |
| language | Language for the review output: "english", "italian", "french", "spanish" or "german" | no | english |
| max_files | Maximum number of files to review (to avoid token limits) | no | 20 |
| ignore_patterns | Comma-separated glob patterns to ignore (e.g. "*.lock,*.min.js") | no | *.lock,*.min.js,*.min.css,package-lock.json,yarn.lock |
Outputs
no outputs