Commit 1722a87
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-a33276de3aee1 parent 8d87d17 commit 1722a87
2 files changed
Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments