petarzarkov/Gemini AI Code Review Action

Uses Google Gemini to perform an AI-powered code review on pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
excludeComma-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/*
modelThe model to use for the code review. You can find the list of available models [here](https://ai.google.dev/gemini-api/docs/models).nogemini-3-pro-preview
enable_conversation_contextEnable conversation context to maintain discussion continuity across multiple PR reviews. When enabled, the AI will remember previous reviews and comments.notrue
skip_draft_prsWhether to skip code review for draft pull requests. When true, the action will not review draft PRs.notrue
languageThe language for AI responses (e.g., 'English', 'Spanish', 'French', 'German', etc.). The AI will provide code review comments in the specified language.no

no outputs