kldhsh123/auto-issue-review
AI-powered GitHub issue template reviewer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read comments and update issues. | yes | — |
| config-path | Path to the auto-issue-review configuration file in the target repository. | no | .github/issue-ai-checker.json |
| model-base-url | OpenAI-compatible API base URL, usually ending in /v1. | yes | — |
| model | Model name to send to the OpenAI-compatible chat completions API. | yes | — |
| model-api-key | API key for the OpenAI-compatible model provider. | yes | — |
| model-temperature | Optional model temperature. | no | 0 |
| model-max-tokens | Optional max tokens for the model response. | no | 700 |
| model-timeout-ms | Optional model request timeout in milliseconds. | no | 30000 |
| model-extra-headers-json | Optional JSON object with extra HTTP headers for the model request. | no | "" |
Outputs
no outputs