Skip to content

Fix aw-auto-update: add gh-aw CLI extension installation step - #19728

Merged
abonie merged 3 commits into
mainfrom
copilot/fix-agentic-workflow-failure
May 18, 2026
Merged

Fix aw-auto-update: add gh-aw CLI extension installation step#19728
abonie merged 3 commits into
mainfrom
copilot/fix-agentic-workflow-failure

Conversation

CopilotAI commented May 13, 2026

Copy link
Copy Markdown
Contributor

The aw-auto-update workflow has been failing consistently since May 7 because the gh aw CLI extension is not pre-installed in the AWF sandbox. The agent hits "unknown command aw" on the first step and immediately reports incomplete.

  • Add explicit step to install gh aw via gh extension install github/gh-aw before running gh aw upgrade
  • Update rules to permit the install command
  • Frontmatter unchanged — body is runtime-imported, no lock file recompile needed

The agent sandbox does not have gh aw pre-installed, causing
"unknown command aw" errors since May 7. Add an explicit
installation step before running gh aw upgrade/compile.
Agent-Logs-Url: https://github.com/dotnet/fsharp/sessions/2b292605-6339-42a4-a857-8cff3d832cc9
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
CopilotAI changed the title [WIP] Fix agentic workflow auto-update failureFix aw-auto-update: add gh-aw CLI extension installation stepMay 13, 2026
CopilotAI requested a review from T-GroMay 13, 2026 09:12
@github-actions

This comment has been minimized.

@github-actionsgithub-actionsBot added the AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed label May 13, 2026
@T-Gro
T-Gro marked this pull request as ready for review May 14, 2026 09:57
@T-Gro
T-Gro requested a review from a team as a code ownerMay 14, 2026 09:57
@T-Gro
T-Gro requested a review from abonieMay 14, 2026 09:57
@github-actions

Copy link
Copy Markdown
Contributor

✅ No release notes required

@github-actions

Copy link
Copy Markdown
Contributor

🔍 Tooling Safety Check — Bypassed (non-fork)

(scanned-sha)8bb588338d70df58bba68242dd9dab2d22d7787c(/scanned-sha)

Generated by PR Tooling Safety Check · ● 1.8M ·

@T-GroT-Gro added the AI-Auto-Resolve-Conflicts Opt-in: LabelOps merges main into this PR and resolves conflicts every 3h label May 15, 2026
@github-actionsgithub-actionsBot mentioned this pull request May 16, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Auto-Resolve-ConflictsOpt-in: LabelOps merges main into this PR and resolves conflicts every 3hAI-Tooling-Check-BypassedTooling check: non-fork PR, not diff-analyzed

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[aw] Agentic Workflow Auto-Update failed

3 participants

@abonie@T-Gro