maurerkrisztian/Clarify and Improve Issues with OpenAI GPT
Uses the OpenAI GPT API to clarify new issues and provide suggestions for improvement.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-key | OpenAI API key | yes | — |
| debug-mode | Show the prompt in the comment. | no | false |
| config-file | configuration file name with path. | no | issue-improver-config.json |
| model | OpenAI model | no | gpt-4 |
| max-tokens | OpenAI max_tokens / section (response length) | no | 150 |
| add-related-issues-section | Find related issues | no | false |
| add-label-section | Label suggestion section | no | false |
| add-summary-section | Add summary | no | false |
| add-custom-section | Custom sections comma-separated list of ids/titles | no | — |
| add-comment-summary-section | Add comment summary | no | false |
| github-token | GitHub token with the `repo` scope | no | ${{ github.token }} |
Outputs
no outputs