deepak-png981/AI Code Review Action
A GitHub Action that automatically performs code reviews on pull requests using LLMs. This action analyzes code and provides helpful feedback, suggestions, and potential issue detection directly as comments on your PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token to interact with the repository. | yes | — |
| OPENAI_API_KEY | OpenAI API key for GPT. | yes | — |
| OPENAI_API_MODEL | OpenAI API model. | no | gpt-4 |
| exclude | Glob patterns to exclude files from the diff analysis | no | "" |
| PR_DESCRIPTION | Whether to update the PR description based on the changes. | no | false |
Outputs
no outputs