Skip to content

Commit 8d3b493

Browse files
alondahariCopilotSteveSandersonMS
authored
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-a16d52309df7
1 parent 81dd263 commit 8d3b493

15 files changed

Lines changed: 663 additions & 589 deletions

‎.github/aw/actions-lock.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"version": "v7.0.1",
2121
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
2222
},
23-
"github/gh-aw-actions/setup-cli@v0.82.10": {
23+
"github/gh-aw-actions/setup-cli@v0.83.1": {
2424
"repo": "github/gh-aw-actions/setup-cli",
25-
"version": "v0.82.10",
26-
"sha": "05205436a78512d71a2d842e46586ed05f4fa058"
25+
"version": "v0.83.1",
26+
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
2727
},
28-
"github/gh-aw-actions/setup@v0.82.10": {
28+
"github/gh-aw-actions/setup@v0.83.1": {
2929
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.82.10",
31-
"sha": "05205436a78512d71a2d842e46586ed05f4fa058"
30+
"version": "v0.83.1",
31+
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
3232
}
3333
}
3434
}

‎.github/workflows/agentics-maintenance.yml‎

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.10). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
1+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.83.1). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
22
#
33
# ___ _ _
44
# / _ \ | | (_)
@@ -94,7 +94,7 @@ jobs:
9494
discussions: write
9595
steps:
9696
- name: Setup Scripts
97-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
97+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
9898
with:
9999
destination: ${{ runner.temp }}/gh-aw/actions
100100

@@ -113,7 +113,7 @@ jobs:
113113
issues: write
114114
steps:
115115
- name: Setup Scripts
116-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
116+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
117117
with:
118118
destination: ${{ runner.temp }}/gh-aw/actions
119119

@@ -132,7 +132,7 @@ jobs:
132132
pull-requests: write
133133
steps:
134134
- name: Setup Scripts
135-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
135+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
136136
with:
137137
destination: ${{ runner.temp }}/gh-aw/actions
138138

@@ -152,7 +152,7 @@ jobs:
152152
actions: write
153153
steps:
154154
- name: Setup Scripts
155-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
155+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
156156
with:
157157
destination: ${{ runner.temp }}/gh-aw/actions
158158

@@ -181,7 +181,7 @@ jobs:
181181
persist-credentials: false
182182

183183
- name: Setup Scripts
184-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
184+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
185185
with:
186186
destination: ${{ runner.temp }}/gh-aw/actions
187187

@@ -196,9 +196,9 @@ jobs:
196196
await main();
197197
198198
- name: Install gh-aw
199-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
199+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
200200
with:
201-
version: v0.82.10
201+
version: v0.83.1
202202

203203
- name: Run operation
204204
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -228,7 +228,7 @@ jobs:
228228
pull-requests: write
229229
steps:
230230
- name: Setup Scripts
231-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
231+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
232232
with:
233233
destination: ${{ runner.temp }}/gh-aw/actions
234234

@@ -275,7 +275,7 @@ jobs:
275275
persist-credentials: false
276276

277277
- name: Setup Scripts
278-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
278+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
279279
with:
280280
destination: ${{ runner.temp }}/gh-aw/actions
281281

@@ -321,7 +321,7 @@ jobs:
321321
persist-credentials: false
322322

323323
- name: Setup Scripts
324-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
324+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
325325
with:
326326
destination: ${{ runner.temp }}/gh-aw/actions
327327

@@ -336,9 +336,9 @@ jobs:
336336
await main();
337337
338338
- name: Install gh-aw
339-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
339+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
340340
with:
341-
version: v0.82.10
341+
version: v0.83.1
342342

343343
- name: Create missing labels
344344
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -367,7 +367,7 @@ jobs:
367367
persist-credentials: false
368368

369369
- name: Setup Scripts
370-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
370+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
371371
with:
372372
destination: ${{ runner.temp }}/gh-aw/actions
373373

@@ -382,9 +382,9 @@ jobs:
382382
await main();
383383
384384
- name: Install gh-aw
385-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
385+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
386386
with:
387-
version: v0.82.10
387+
version: v0.83.1
388388

389389
- name: Restore activity report logs cache
390390
id: activity_report_logs_cache
@@ -472,7 +472,7 @@ jobs:
472472
persist-credentials: false
473473

474474
- name: Setup Scripts
475-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
475+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
476476
with:
477477
destination: ${{ runner.temp }}/gh-aw/actions
478478

@@ -487,9 +487,9 @@ jobs:
487487
await main();
488488
489489
- name: Install gh-aw
490-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
490+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
491491
with:
492-
version: v0.82.10
492+
version: v0.83.1
493493

494494
- name: Restore forecast report logs cache
495495
id: forecast_report_logs_cache
@@ -564,7 +564,7 @@ jobs:
564564
issues: write
565565
steps:
566566
- name: Setup Scripts
567-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
567+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
568568
with:
569569
destination: ${{ runner.temp }}/gh-aw/actions
570570

@@ -601,7 +601,7 @@ jobs:
601601
persist-credentials: false
602602

603603
- name: Setup Scripts
604-
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
604+
uses: github/gh-aw-actions/setup@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
605605
with:
606606
destination: ${{ runner.temp }}/gh-aw/actions
607607

@@ -616,9 +616,9 @@ jobs:
616616
await main();
617617
618618
- name: Install gh-aw
619-
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
619+
uses: github/gh-aw-actions/setup-cli@8bdba8075360648fe6802302a5b4e016361dc6ac # v0.83.1
620620
with:
621-
version: v0.82.10
621+
version: v0.83.1
622622

623623
- name: Validate workflows and file issue on findings
624624
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

0 commit comments

Comments
 (0)