actions-marketplace-validations/PR ChatGPT Review
Automatically generate GitHub PR review comments by sending contents of changed files to OpenAI ChatGPT engine.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 3, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/agogear_chatgpt-pr-review@f613d7c0de926669d97feaab0d5adb3575709923 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API Key | yes | — |
| github_token | Github API Key | yes | — |
| github_pr_id | Github PR ID | yes | — |
| files | Comma separated list of files to target for review | no | * |
| openai_model | GPT-5 model name. | no | gpt-5-nano |
| openai_temperature | Sampling temperature, [0, 1]. Higher values mean the model will take more risks when generating answers. | no | 1 |
| openai_max_tokens | The maximum number of tokens to generate in the completion. | no | 8192 |
| logging | The level to log at. One of [debug, info, warning, error] | no | warning |
Outputs
no outputs