hoa-nguyen-bk/Review Pull Request auto
Automatically Review Pull Request with Gemini API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini_api_key | The Gemini AI API token to use for the action | yes | — |
| github_token | The GitHub token to use for the action | yes | — |
| github_repository | The GitHub repository to use for the action | yes | ${{ github.repository }} |
| github_pull_request_number | The GitHub pull request number to use for the action | yes | ${{ github.event.pull_request.number }} |
| git_commit_hash | The GitHub commit hash to use for the action | yes | ${{ github.event.pull_request.head.sha }} |
| model | Gemini Model | yes | gemini-1.5-pro |
| pull_request_diff | Pull request diff | yes | — |
| extra_prompt | Provide additional | yes | — |
| pull_request_chunk_size | Pull request chunk size | no | 3500 |
| log_level | Log level | no | INFO |
Outputs
no outputs