Automatically triage and label issues based on content analysis and patterns.
github/# GitHub Auto Triage Automatically triage and label issues based on content analysis and patterns. ## Purpose Automate issue triage to ensure issues are properly labeled, assigned, and prioritized, reducing manual overhead and improving response time. ## Usage ## Parameters - `issue-number` (optional) - Specific issue to triage. If omitted, triages all new/unlabeled issues - `--apply` - Apply suggestions automatically (default: dry-run mode) - `--config=path` - Path to custom triage configuration ## What It Does ### Automated Triage 1. **Classification** - Bug vs Feature vs Qu...