rxtech-lab/LLM Issue Labeler
Automatically labels and types GitHub issues using OpenAI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| openai-api-key | OpenAI API key | yes | — |
| openai-endpoint | OpenAI API endpoint | no | https://api.openai.com/v1 |
| openai-model | OpenAI model to use | no | gpt-4o-mini |
| custom-labels | JSON string of custom labels with descriptions (e.g., [{"label": "security", "description": "Security related issues"}]) | no | [] |
Outputs
| name | description |
|---|---|
| labels-applied | Labels that were applied to the issue |
| type-applied | Type that was applied to the issue |