disdjj/AI Issue and Discussion Labeler
Use AI to automatically label your GitHub issues and discussions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 10, 2025
- License
- None
Pinned Snippet
uses: disdjj/labeler@aed3639d1c20e01b2399f49d451bce94223c29af # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token to use for API requests. | yes | — |
| api-key | The API key for the AI service. | yes | — |
| base-url | The base URL for the AI service. | yes | — |
| model | The AI model to use. | no | gpt-4o |
| prompt | Custom prompt for the AI. Use {content_type}, {content_title}, {content_body}, and {existing_labels} as placeholders. | no | Analyze the {content_type} title and body to suggest suitable labels. Here are the existing labels in the repository: {existing_labels}. Return a JSON array of strings. {content_type} Title: {content_title} {content_type} Body: {content_body} |
Outputs
no outputs