Commit 8d3b493
Refresh agentic workflows to gh-aw v0.83.1; issue-intent on issue-triage (#2063)
* Refresh agentic workflows to stable gh-aw v0.82.14
Refresh the repo's GitHub Agentic Workflows from gh-aw v0.82.10 to the
latest stable release v0.82.14 (no pre-releases). Recompiles the 11
existing AW workflows with the stable compiler and bumps the pinned
setup-cli/setup action and version references. No source .md workflows
were changed; all frontmatter/body hashes are byte-identical, so
triggers, permissions, tools, safe outputs, network, prompts, and engine
are unchanged. Only generated/runtime output differs (compiler stamp,
bundled copilot engine 1.0.70->1.0.71, action pins, image digests).
Refs github/plan-track-agentic-toolkit#516
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Retarget refresh to pre-release gh-aw v0.83.0
Change the target from stable v0.82.14 to pre-release v0.83.0 per updated
request. Recompiles the same 11 AW workflows with the v0.83.0 compiler and
bumps the pinned setup-cli/setup action and version references.
Behavior unchanged: no source .md edited; all 11 locks keep byte-identical
frontmatter/body hashes. Only generated/runtime output differs (compiler
stamp v0.83.0, bundled copilot engine 1.0.71->1.0.73, action pins, image
digests).
Refs github/plan-track-agentic-toolkit#516
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Enable issue-intent on supported safe-outputs (gh-aw v0.83.0)
Enable native issue intents (rationale/confidence) on every configured
safe-output that supports issue-intent in gh-aw v0.83.0, across the 11
scoped workflows. Adds no new tools and changes no other behavior.
Enabled on:
- add-labels: cross-repo-issue-analysis, handle-bug, handle-documentation,
handle-enhancement, handle-question, issue-triage
- close-issue: issue-triage
create-issue is not included: the v0.83.0 compiler does not emit issue_intent
for create-issue (its handler builder omits the field), so the key would be
inert. Unsupported safe-outputs (add-comment, update-issue) are left untouched.
Recompiled with gh-aw v0.83.0; non-affected lock files are byte-identical.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Add issue-intent to create-issue (schema-supported) in cross-repo workflow
Complete the issue-intent audit against the v0.83.0 schema: every
already-configured safe-output whose schema supports issue-intent now
declares `issue-intent: true`. This adds it to `create-issue` in
cross-repo-issue-analysis, the one remaining schema-supported tool.
No tools added; no repo variables changed. Only the source frontmatter
and its lock's frontmatter_hash change (the create-issue handler does not
emit issue_intent at runtime, so the compiled safe-outputs config and
body are unchanged).
Full schema-supported enablement across the PR #1880 scope:
- add-labels: cross-repo-issue-analysis, handle-bug, handle-documentation,
handle-enhancement, handle-question, issue-triage
- close-issue: issue-triage
- create-issue: cross-repo-issue-analysis
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Narrow issue-intent scope to issue-triage (gh-aw v0.83.0)
Setup PR #1880 ("Enable built-in issue intent safe outputs on
issue-triage") meaningfully scoped issue intent to the issue-triage
workflow. Revert the issue-intent frontmatter that had been added to
the other five workflows (cross-repo-issue-analysis, handle-bug,
handle-documentation, handle-enhancement, handle-question) and recompile
at gh-aw v0.83.0.
Net effect vs main:
- issue-triage.md: issue-intent enabled on add-labels + close-issue.
- All other workflows: v0.82.10 -> v0.83.0 generated version bump only.
- Shared generated files (actions-lock.json, agentics-maintenance.yml,
copilot-setup-steps.yml, verify-compiled.yml): v0.83.0.
Compiled with gh-aw v0.83.0; idempotent.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Restrict net change to issue-triage; revert unrelated version bumps
Reduce the PR to the minimal net diff: only the issue-triage workflow
(the workflow meaningfully scoped by setup PR #1880) is refreshed to
gh-aw v0.83.0 and gains issue-intent. All other workflows are left
untouched at their base v0.82.10 compiled state.
Compiled issue-triage alone with `gh aw compile issue-triage` (v0.83.0),
which regenerates only issue-triage.lock.yml and the shared
actions-lock.json setup pin. The other 10 lock files, agentics-
maintenance.yml, and copilot-setup-steps.yml are reverted to base.
verify-compiled.yml (hand-authored CI) is pinned to v0.83.0 and scoped
to `gh aw compile issue-triage` so the mixed-version repo verifies
cleanly without rewriting the untouched locks.
Net diff vs base:
- issue-triage.md: issue-intent on add-labels + close-issue
- issue-triage.lock.yml: v0.83.0 recompile
- .github/aw/actions-lock.json: gh-aw setup pinned v0.83.0
- verify-compiled.yml: CI pinned v0.83.0, compiles issue-triage only
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Bump issue-triage refresh to gh-aw v0.83.1 (latest stable)
Retarget the scoped refresh from v0.83.0 to the latest stable gh-aw
release v0.83.1. Only the issue-triage workflow is refreshed; all other
workflows remain untouched at their base v0.82.10 compiled state.
Net diff vs base (4 files):
- issue-triage.md: issue-intent on add-labels + close-issue
- issue-triage.lock.yml: recompiled with gh-aw v0.83.1
- .github/aw/actions-lock.json: gh-aw setup pinned v0.83.1
- verify-compiled.yml: CI pinned v0.83.1, compiles issue-triage only
Compiled with `gh aw compile issue-triage` (v0.83.1); idempotent.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Full refresh to stable gh-aw v0.83.1; issue-intent on issue-triage
Restore the standard full-repository refresh: all 11 workflows are
recompiled with the latest stable gh-aw release v0.83.1 via the normal
`gh aw compile`, and CI (verify-compiled.yml) is pinned to v0.83.1 with
the full compile restored.
Source changes are limited to a single workflow: issue-triage.md gains
issue-intent on add-labels + close-issue. The other 10 workflow source
.md files are byte-identical to base; their lock files change only by
the v0.82.10 -> v0.83.1 generated version bump.
Source vs generated:
- Source (.md): issue-triage.md only (issue-intent)
- Generated locks: all 11 *.lock.yml recompiled at v0.83.1
(issue_intent config present only in issue-triage.lock.yml)
- Generated shared: .github/aw/actions-lock.json, agentics-maintenance.yml
- CI config: verify-compiled.yml pinned v0.83.1, full `gh aw compile`
Compiled with gh-aw v0.83.1; idempotent.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* CI: install latest-stable gh-aw in verify-compiled (unpin)
Restore the latest-stable install behavior in verify-compiled.yml instead
of pinning the CLI version. The setup-cli action's `version: latest`
resolves to the latest non-prerelease gh-aw release (v0.83.1 today), so CI
reproduces the committed v0.83.1 locks via the standard full `gh aw compile`
without hard-pinning committed config to a specific version.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Document dynamic latest-stable install in verify-compiled
Clarify (comment-only) that verify-compiled installs the latest stable
gh-aw release dynamically via `version: latest` (no version pin) and runs
the full-repository `gh aw compile` so the diff check covers all 11
workflows. No behavior change; the action-code SHA remains base-pinned for
supply-chain safety while the CLI version floats to latest stable.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df7
* Pin gh-aw compiler verification to v0.83.1
Keep lock-file verification reproducible by compiling with the same gh-aw version that generated the committed workflows.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Steve Sanderson <1101362+SteveSandersonMS@users.noreply.github.com>
Copilot-Session: b18ddbb6-b994-4a4b-9096-a16d52309df71 parent 81dd263 commit 8d3b493
15 files changed
Lines changed: 663 additions & 589 deletions
File tree
- .github
- aw
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | | - | |
| 567 | + | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments