Skip to content

fix: restore consistent v0.68.3 SHA in repo-assist.lock.yml#278

Merged
shanselman merged 2 commits into
masterfrom
copilot/debug-repo-assist-workflow-failure
May 5, 2026
Merged

fix: restore consistent v0.68.3 SHA in repo-assist.lock.yml#278
shanselman merged 2 commits into
masterfrom
copilot/debug-repo-assist-workflow-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

The Repo Assist workflow was failing with Cannot find module '.../copilot_driver.cjs' because repo-assist.lock.yml had a partial/inconsistent update: all metadata, manifest comments, env vars (GH_AW_VERSION, GH_AW_COMPILED_VERSION, GH_AW_INFO_CLI_VERSION), and actions-lock.json referenced gh-aw-actions/setup@v0.68.3, but the 8 uses: directives had been bumped to an unregistered v0.71.3 SHA that did not reliably provide copilot_driver.cjs.

Changes

  • .github/workflows/repo-assist.lock.yml — Reverted all 8 uses: github/gh-aw-actions/setup@07c7335... (v0.71.3) back to uses: github/gh-aw-actions/setup@ba90f21... (v0.68.3), restoring full consistency between the YAML steps, the gh-aw-manifest header, all version env vars, and actions-lock.json.
-        uses: github/gh-aw-actions/setup@07c7335cd76c4d4d9f00dd7874f85ff55ed71f24 # v0.71.3
+        uses: github/gh-aw-actions/setup@ba90f2186d7ad780ec640f364005fa24e797b360 # v0.68.3

The v0.68.3 SHA is the compiled version recorded in the manifest and is confirmed working in other repos using the same copilot_driver.cjs-based execution pattern.

Copilot AI linked an issue May 5, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix workflow failure in Repo Assist fix: restore consistent v0.68.3 SHA in repo-assist.lock.yml May 5, 2026
Copilot AI requested a review from shanselman May 5, 2026 17:32
@shanselman shanselman marked this pull request as ready for review May 5, 2026 17:44
@shanselman shanselman merged commit e75d9bc into master May 5, 2026
25 checks passed
@shanselman shanselman deleted the copilot/debug-repo-assist-workflow-failure branch May 5, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] Repo Assist failed

2 participants