fix(ci): recompile repo-assist with gh-aw v0.71.1#99
Merged
Conversation
…dabot Dependabot PR #96 bumped the github/gh-aw-actions setup SHA inside the auto-generated repo-assist.lock.yml without recompiling, leaving the lock file (compiled by gh-aw v0.68.3) wired to a v0.71.2 setup action that no longer ships copilot_driver.cjs at the expected path. The scheduled run failed with "Cannot find module copilot_driver.cjs". Recompile the workflow with gh-aw v0.71.1 so the lock file and the action SHAs it pins agree, and ignore github/gh-aw-actions in Dependabot so future bumps go through `gh aw upgrade` instead. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Cannot find module '/home/runner/work/_temp/gh-aw/actions/copilot_driver.cjs'.github/gh-aw-actions/setupSHA inside the auto-generatedrepo-assist.lock.yml(compiled by gh-aw v0.68.3) to v0.71.2, which no longer shipscopilot_driver.cjsat the path the older generated workflow expects.actions/setup-nodedependency.github/gh-aw-actions*to Dependabot's ignore list — that lock file carries a "DO NOT EDIT" header and should be regenerated viagh aw upgrade, not patched in place.Test plan
mainand confirm theagentjob no longer fails on the missingcopilot_driver.cjsmodule.🤖 Generated with Claude Code