Skip to content

Commit 123fe83

Browse files
alondahariCopilot
andcommitted
Restore assign-to-agent (copilot) after semantics clarification
Re-add the assign-to-agent safe output (name copilot, allowed [copilot], max 1, target triggering, issue-intent true) and the outcome-only prompt line suggesting Copilot for well-scoped, actionable issues. Taxonomy stays runtime-discovered (no issue-type or label allow-lists, no hard-coded names), and the prompt remains outcome-only with no intent or tool mechanics. Compiled with stable gh-aw v0.83.1. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c058b80f-b718-49c7-96e5-f336efcbdc34
1 parent 6e0dfe3 commit 123fe83

2 files changed

Lines changed: 84 additions & 19 deletions

File tree

.github/workflows/issue-triage.lock.yml

Lines changed: 74 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description: |
33
Agentic issue triage for new and reopened issues. Reads the issue and its
44
comments, classifies the issue type when it is unset, adds relevant existing
55
labels, checks for likely duplicate or related issues, asks the author for
6-
missing information only when needed. Keeps agent-generated comments to a
6+
missing information only when needed, and flags well-scoped issues that could
7+
be handed to the Copilot coding agent. Keeps agent-generated comments to a
78
minimum and never closes issues.
89
910
on:
@@ -24,6 +25,12 @@ safe-outputs:
2425
issue-intent: true
2526
add-comment:
2627
max: 1
28+
assign-to-agent:
29+
name: copilot
30+
allowed: [copilot]
31+
max: 1
32+
target: triggering
33+
issue-intent: true
2734

2835
tools:
2936
github:
@@ -53,6 +60,8 @@ Work toward the following outcomes:
5360
labels over many uncertain ones.
5461
- **Duplicates and related issues:** when the issue clearly duplicates or relates to an
5562
existing one, note that connection for maintainers. Never close an issue.
63+
- **Ready for Copilot:** when an issue is well-scoped and actionable, suggest assigning
64+
it to the Copilot coding agent.
5665

5766
Keep noise low: do not post a routine triage summary. When nothing needs to change,
5867
make no change.

0 commit comments

Comments
 (0)