leonardosalasd/Pull Request AI Reviewer (Gemini)
Automated pull request code review powered by Google Gemini.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access. Use ${{ secrets.GITHUB_TOKEN }}. | yes | — |
| gemini-api-key | Your Google Gemini API key. | yes | — |
| model | Gemini model to use for reviews. | no | gemini-2.0-flash |
| language | Language for review comments (e.g. "en", "es", "pt"). | no | en |
| exclude-patterns | Comma-separated glob patterns for files to skip (on top of defaults). | no | "" |
Outputs
| name | description |
|---|---|
| review-summary | Summary of the review. |
| comments-count | Number of review comments posted. |
| approval-status | Review decision: APPROVE, REQUEST_CHANGES, or COMMENT. |