You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: retarget agentic workflows to pre-release gh-aw v0.83.0
Bump the gh-aw compiler from stable v0.82.14 to pre-release v0.83.0 and
recompile the existing issue-triage workflow with `gh aw compile`.
Source workflow issue-triage.md is unchanged: frontmatter_hash and
body_hash are identical and permissions blocks match, so prompts,
triggers, permissions, tools, safe outputs, network, and engine behavior
are preserved. All changes are compiler-generated:
- issue-triage.lock.yml: compiler v0.82.14->v0.83.0, engine 1.0.71->1.0.73.
- agentics-maintenance.yml: regenerated companion, version bumps only.
- .github/aw/actions-lock.json: setup/setup-cli action v0.82.14->v0.83.0.
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
Copy file name to clipboardExpand all lines: .github/workflows/agentics-maintenance.yml
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.14). 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.0). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
0 commit comments