sejinmind/AI Code Review Action
Perform code reviews and comment on diffs using OpenAI API.
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 | — |
| MODEL_PROVIDER | Model provider. | yes | — |
| AI_MODEL | AI model name | yes | — |
| OPENAI_API_KEY | OpenAI API key for GPT. | no | — |
| ANTHROPIC_API_KEY | Anthropic API key for Claude. | no | — |
| MAX_OUTPUT_TOKENS | Maximum tokens for the code review. | no | 4096 |
| MAX_CONTEXT_TOKENS | Maximum tokens for the context. | no | 16384 |
| PROMPT_ADDITIONAL_REQUIREMENTS | Additional requirements for the code review. | no | — |
| IGNORE_PATTERNS | Glob patterns to exclude files from the diff analysis | no | "" |
Outputs
no outputs