Gemini PR Reviewer
Version updated for https://github.com/vivek180905/Gemini-AI-PR-Reviewer to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Gemini PR Reviewer automates code reviews for GitHub Pull Requests by leveraging Google’s Gemini AI to analyze git diffs, identifying bugs, performance issues, and security vulnerabilities. It posts actionable feedback directly on PRs, enhancing collaboration and maintaining high-quality code standards.
What’s Changed
- Update action.yml with author and branding details (35f2160)
- Fix: upgrade to gemini-3.5-flash model (f0692de)
- new model (e090c43)
- Fix: update model to gemini-1.5-flash-latest (3683de1)
- Add CONTRIBUTING.md with contribution guidelines (35ec110)
- Add MIT License to the project (fa4f455)
- Initial commit: Add Gemini PR Reviewer GitHub Action (d54b03b)