Commit b700269
authored
Add agentic workflow for automated issue triage (#4177)
* Add agentic workflow for automated issue triage
Introduces a GitHub Agentic Workflow (gh-aw) that automatically triages
new issues using Copilot. The workflow:
- Classifies issue type (Bug/Feature/Question/Task)
- Validates environment details for bugs
- Assigns area labels based on issue content
- Searches for duplicate issues in the repo
- Checks for regressions
- Posts a single consolidated triage summary comment
- Assigns Copilot coding agent for confirmed bugs with complete info
Files added:
- .github/workflows/issue-triage.md (workflow definition)
- .github/workflows/issue-triage.lock.yml (compiled Actions YAML)
- .github/aw/actions-lock.json (pinned action versions)
* Align triage label names with issue template conventions
* Constrain to single area label to stay within max:5 safe-outputs limit
* Address PR review: roles:all, min-integrity:none, explicit permissions, fix Bug classification wording, fix Needs More Info label format
* Recompile triage workflow with gh-aw v0.68.1 (MCP gateway v0.2.17, AWF v0.25.18)
* Update issue-triage: add Required Context, Phase 2 assign-to-agent, AI disclaimer
* Fix label name: align 'Triage Needed 🆕' with repo convention1 parent ef6aacf commit b700269
4 files changed
Lines changed: 1325 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments