feiskyer/ChatGPT Reviewer
Automated pull requests reviewing and issues triaging with ChatGPT
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 25, 2023
- License
- Apache 2.0
Pinned Snippet
uses: feiskyer/chatgpt-reviewer@d6f45d2395af832ff3061bee8303a09265800d1e # v0.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Github token used to send out review comments | yes | — |
| OPENAI_API_KEY | API key used to invoke OpenAI | yes | — |
| OPENAI_API_BASE | API based used to access [Azure] OpenAI API | no | — |
| model | OpenAI model name | no | gpt-3.5-turbo |
| blocking | Blocking the pull requests on OpenAI failures | no | False |
| temperature | Temperature for the model | no | 0.2 |
| frequency_penalty | Frequency penalty for the model | no | 0 |
| presence_penalty | Presence penalty for the model | no | 0 |
| review_per_file | Send out review requests per file | no | False |
| comment_per_file | Post review comments per file | no | True |
Outputs
no outputs