actions-marketplace-validations/GPT 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
- Runtime
- Deprecated runtime
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-4o-mini |
| REVIEW_MAX_COMMENTS | Maximum number of comments to include in a review (per diff). | no | 3 |
| REVIEW_PROJECT_CONTEXT | Project context to include in a review. E.g. Typescript with NestJS + TypeORM | no | "" |
| exclude | Glob patterns to exclude files from the diff analysis | no | "" |
Outputs
no outputs