fix: restore consistent v0.68.3 SHA in repo-assist.lock.yml#278
Merged
Conversation
Closed
…consistency Agent-Logs-Url: https://github.com/openclaw/openclaw-windows-node/sessions/3b723d17-00bc-44a9-89d7-76bf9a9f9d1a Co-authored-by: shanselman <2892+shanselman@users.noreply.github.com>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Repo Assist workflow was failing with
Cannot find module '.../copilot_driver.cjs'becauserepo-assist.lock.ymlhad a partial/inconsistent update: all metadata, manifest comments, env vars (GH_AW_VERSION,GH_AW_COMPILED_VERSION,GH_AW_INFO_CLI_VERSION), andactions-lock.jsonreferencedgh-aw-actions/setup@v0.68.3, but the 8uses:directives had been bumped to an unregistered v0.71.3 SHA that did not reliably providecopilot_driver.cjs.Changes
.github/workflows/repo-assist.lock.yml— Reverted all 8uses: github/gh-aw-actions/setup@07c7335...(v0.71.3) back touses: github/gh-aw-actions/setup@ba90f21...(v0.68.3), restoring full consistency between the YAML steps, thegh-aw-manifestheader, all version env vars, andactions-lock.json.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.