Overview of the Issue Triage Pipeline
mainThe Issue Triage Pipeline is an automated first-pass triage system for GitHub issues. It triggers on issues: [opened] or via workflow_dispatch for manual re-runs and dry-run testing. The pipeline classifies issues, investigates root causes against the repository and upstream source, validates claims mechanically and via LLM review, and posts a non-authoritative draft comment and triage labels.
Core Goals:
- Useful: Provides maintainers with orientation, candidate file locations, and related issues.
- Safe: Avoids misleading users with fabricated identifiers or unverified claims.
- Fast: Completes processing in under three minutes per issue.