mattleibow/AI Triage Assistant

An AI assistant that triages issues by applying labels based on the issue content.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for API accessno""
fallback-tokenFallback GitHub token for API accessno${{ github.token }}
ai-endpointEndpoint to use for AI inferenceno""
ai-modelModel to use for AI inferenceno""
ai-tokenToken for AI inferenceno""
issueThe issue number of the issue to triageno""
issue-queryGitHub search query to find issues to triage (e.g., "is:issue state:open created:>@today-30d")no""
modeOperation mode: apply-labels, engagement-scorenoapply-labels
projectProject number for engagement scoringno""
project-columnProject column name to update with engagement scoresnoEngagement Score
apply-scoresWhether to apply engagement scores to project itemsnofalse
apply-labelsWhether to apply labels to the issuenofalse
apply-commentWhether to comment on the issue with the AI responsenofalse
comment-footerFooter text to append to the AI response commentno_This entire triage process was automated by AI and mistakes may have been made. Please let us know so we can continue to improve._
dry-runWhether to run the action in dry-run mode (no changes made)nofalse
namedescription
response-fileThe file that contains the result of AI inference