patched-codes/Patched PRReview
Automatically summarize and comment on PRs in your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for creating pull requests | no | ${{ github.token }} |
| openai_api_key | OpenAI API key for the LLM | no | — |
| patched_api_key | Patched API key for using Patched services | no | — |
| pr_url | URL of the pull request to review | yes | ${{ github.event.pull_request.html_url }} |
| model | LLM model to use | no | — |
| client_base_url | Base URL for the LLM API | no | — |
| diff_suggestion | Whether to generate suggestions to improve the PR | no | — |
| diff_summary | Length of the summary (long, short, none) | no | — |
| model_temperature | Temperature parameter for the LLM | no | — |
| model_top_p | Top-p parameter for the LLM | no | — |
| model_max_tokens | Maximum tokens for the LLM response | no | — |
Outputs
| name | description |
|---|---|
| comment_url | URL of the created PR comment |