trondhauge85/AI Code Review
Uses Gemini to review code changes in a PR
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 calls | yes | — |
| gemini-api-key | API Key for Google Gemini | yes | — |
| gemini-model | Which Gemini model to use (e.g., gemini-1.5-flash, gemini-pro) | no | gemini-1.5-flash |
| ignore-patterns | Multiline string of glob patterns for file paths to exclude from the review. Matches against the file path in the PR (e.g., 'dist/**', '**/package-lock.json'). | no | "" |
Outputs
no outputs