Updated triage flows#4274
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s agentic issue triage workflow to a more explicit, rule-based decision flow, including customer vs. team classification and CODEOWNERS-based routing, and regenerates the compiled lock workflow and action pin metadata accordingly.
Changes:
- Rewrites
.github/workflows/issue-triage.mdwith a step-by-step triage decision flow (spam/labels gating, customer evaluation, label prediction, CODEOWNERS routing, standardized comments) and expanded prompt-injection defenses. - Regenerates
.github/workflows/issue-triage.lock.ymlwith newer gh-aw tooling and updated pinned action/container versions. - Updates
.github/aw/actions-lock.jsonto include the newly referenced action versions.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/issue-triage.md | Replaces the previous guidance with a strict triage decision flow (customer evaluation, label prediction, CODEOWNERS routing, comment templates). |
| .github/workflows/issue-triage.lock.yml | Regenerated compiled workflow reflecting new prompt + updated gh-aw runtime/actions/tooling. |
| .github/aw/actions-lock.json | Adds pins for new/updated GitHub Actions versions used by the regenerated lock workflow. |
heaths
left a comment
There was a problem hiding this comment.
Some suggestions, but I see nothing blocking.
| reaction: eyes | ||
| roles: all | ||
| issues: | ||
| types: [opened] |
There was a problem hiding this comment.
This is 2 "tabs" over instead of 1. I see this elsewhere below. I worry this might not work as planned since initial "tabs" are less than this. I honestly don't know about their YAML parser. What editor did you use? If VSCode, make sure you install the suggested EditorConfig extension since that's what we primarily use for formatting a lot of file types.
| report-as-issue: false | ||
| report-failure-as-issue: true |
There was a problem hiding this comment.
Did it really change names or did we have the wrong one before?
No description provided.