disdjj/AI Issue and Discussion Labeler

Use AI to automatically label your GitHub issues and discussions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 10, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: disdjj/labeler@aed3639d1c20e01b2399f49d451bce94223c29af # v1.0.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenThe GitHub token to use for API requests.yes
api-keyThe API key for the AI service.yes
base-urlThe base URL for the AI service.yes
modelThe AI model to use.nogpt-4o
promptCustom prompt for the AI. Use {content_type}, {content_title}, {content_body}, and {existing_labels} as placeholders.noAnalyze 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}

no outputs