devopsgeetha/AI PR Reviewer with RAG
Automated code review using GPT-4 with RAG-enhanced context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API key for GPT-4 access | yes | — |
| github_token | GitHub token for API access | yes | ${{ github.token }} |
| openai_model | OpenAI model to use | no | gpt-4o |
| pr_number | Pull request number | no | ${{ github.event.pull_request.number }} |
| comment_mode | Comment mode: "inline" for line-specific review comments, "general" for single issue comment | no | inline |
Outputs
no outputs