qte77/AI Issue Triage
AI-powered issue triage. Detects duplicates, scores relevance, analyzes feasibility, auto-labels, posts sticky summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 19, 2026
- License
- Apache 2.0
Pinned Snippet
uses: qte77/gha-issue-triage@4a07dd23bdd6bafc625bce6430f0aa5990fc327d # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub token for gh CLI. | yes | — |
| AI_TOKEN | Token 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 }} |
| MODEL | LLM model for GitHub Models API. | — | openai/gpt-4.1 |
| ANTHROPIC_API_KEY | Anthropic API key (alternative LLM backend). | — | "" |
| OPENAI_API_BASE | Base 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_DUPLICATES | Max duplicate candidates to check. | — | 10 |
| SIMILARITY_THRESHOLD | Fuzzy match threshold 0-1. | — | 0.6 |
Outputs
no outputs