petarzarkov/Gemini AI Code Review Action
Uses Google Gemini to perform an AI-powered code review on pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| exclude | Comma-separated list of file patterns to exclude from the review (e.g., *.md, dist/*, package-lock.json). | no | *.md,*.json,package-lock.json,*.yaml,*.test.ts,migrations/*,*.spec.ts,*.e2e.ts,test/*,tests/* |
| model | The model to use for the code review. You can find the list of available models [here](https://ai.google.dev/gemini-api/docs/models). | no | gemini-3-pro-preview |
| enable_conversation_context | Enable conversation context to maintain discussion continuity across multiple PR reviews. When enabled, the AI will remember previous reviews and comments. | no | true |
| skip_draft_prs | Whether to skip code review for draft pull requests. When true, the action will not review draft PRs. | no | true |
| language | The language for AI responses (e.g., 'English', 'Spanish', 'French', 'German', etc.). The AI will provide code review comments in the specified language. | no | — |
Outputs
no outputs