qte77/AI Issue Triage

AI-powered issue triage. Detects duplicates, scores relevance, analyzes feasibility, auto-labels, posts sticky summary.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 19, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: qte77/gha-issue-triage@4a07dd23bdd6bafc625bce6430f0aa5990fc327d # v0.3.0

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

namedescriptionrequireddefault
GH_TOKENGitHub token for gh CLI.yes
AI_TOKENToken for the LLM backend. For GitHub Models (default), the caller workflow's github.token works when permissions: models: read is set. For Anthropic / OpenAI-compatible backends, pass the provider API key.${{ github.token }}
MODELLLM model for GitHub Models API.openai/gpt-4.1
ANTHROPIC_API_KEYAnthropic API key (alternative LLM backend).""
OPENAI_API_BASEBase URL for an OpenAI-compatible Chat Completions endpoint (Mistral, Ollama, vLLM, ...). When set, takes precedence over Anthropic and GitHub Models. AI_TOKEN is sent as Bearer; MODEL selects the model.""
MAX_DUPLICATESMax duplicate candidates to check.10
SIMILARITY_THRESHOLDFuzzy match threshold 0-1.0.6

no outputs