Gemini Code review Github Action
Version updated for https://github.com/sshnaidm/gemini-code-review-action to version v2.
- This action is used across all versions by 10 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Gemini AI Code Review Action is a GitHub Action that automates code reviews on pull requests by leveraging Gemini AI. It analyzes code changes, provides feedback as comments directly on pull requests, and can incorporate additional context from modified files to improve review quality. This tool streamlines the code review process by identifying potential issues, offering customizable prompts, and enhancing team productivity.
Release notes
What’s Changed
- Fix broken pip install by removing unused github package by @sshnaidm in https://github.com/sshnaidm/gemini-code-review-action/pull/2
- Update to v2 by @sshnaidm in https://github.com/sshnaidm/gemini-code-review-action/pull/3
Full Changelog: https://github.com/sshnaidm/gemini-code-review-action/compare/v1...v2