Skip to content

Commit 1722a87

Browse files
alondahariCopilot
andcommitted
feat(issue-triage): enable native issue-intent on supported safe outputs
Add hyphenated `issue-intent: true` to every configured safe-output tool that supports it under gh-aw v0.83.0. Inspected all configured outputs against the v0.83.0 schema: - add-labels: supported -> issue-intent enabled (native rationale/ confidence/suggest on suggested labels). - add-comment: not an issue-intent-capable output type in v0.83.0 -> left unchanged. No safe-output tools were added or removed. Recompiled the issue-triage workflow with `gh aw compile`; the generated handler config now carries "add_labels":{...,"issue_intent":true}. frontmatter_hash changes as an intentional result of this config edit; body_hash is unchanged. Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings), idempotent on re-compile. Refs github/plan-track-agentic-toolkit#519 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
1 parent 8d87d17 commit 1722a87

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ safe-outputs:
4545
client-id: ${{ secrets.CLI_TRIAGE_APP_CLIENT_ID }}
4646
private-key: ${{ secrets.CLI_TRIAGE_APP_PRIVATE_KEY }}
4747
add-labels:
48+
issue-intent: true
4849
max: 3
4950
allowed:
5051
- bug

0 commit comments

Comments
 (0)