Skip to content

Commit f9f25b4

Browse files
alondahariCopilot
andauthored
Add agentic issue-intents triage workflow (#610)
New installation of a gh-aw issue triage workflow for opened/reopened issues. Uses built-in issue-intent safe outputs (set-issue-type, add-labels) with rationale/confidence and suggestion routing, plus a minimal add-comment for missing info. No custom API jobs; no issue-field mutations (repo has no evidence of issue-field usage). Does not close issues and preserves existing labels. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c0a9055b-20f2-4c86-abd0-51f813c0418b
1 parent 589e822 commit f9f25b4

6 files changed

Lines changed: 2480 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"github/gh-aw-actions/setup-cli@v0.83.1": {
4+
"repo": "github/gh-aw-actions/setup-cli",
5+
"version": "v0.83.1",
6+
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
7+
},
8+
"github/gh-aw-actions/setup@v0.83.1": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.83.1",
11+
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)