abhithind31/AI Code Review Bot Action
Runs Gemini-based code reviews on PR hunks triggered by a comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 26, 2025
- License
- MIT
Pinned Snippet
uses: abhithind31/cursor@775e5926825b7b598dca96ee7237811175886700 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API calls. Defaults to the token provided by the workflow. | no | ${{ github.token }} |
| gemini-api-key | API Key for the Google Gemini API. | yes | — |
| config-path | Path to the gemini-reviewer.yml config file in the consuming repo. | no | .github/gemini-reviewer.yml |
| gemini-model-name | Name of the Gemini model to use (e.g., gemini-1.5-flash-latest, gemini-pro). | no | gemini-1.5-flash-latest |
Outputs
no outputs