Skip to content

fix(ci): recompile repo-assist with gh-aw v0.71.1#99

Merged
dbrattli merged 1 commit intomainfrom
fix/repo-assist-recompile-gh-aw
May 3, 2026
Merged

fix(ci): recompile repo-assist with gh-aw v0.71.1#99
dbrattli merged 1 commit intomainfrom
fix/repo-assist-recompile-gh-aw

Conversation

@dbrattli
Copy link
Copy Markdown
Collaborator

@dbrattli dbrattli commented May 3, 2026

Summary

  • Repo Assist scheduled run #25269573837 failed with Cannot find module '/home/runner/work/_temp/gh-aw/actions/copilot_driver.cjs'.
  • Root cause: Dependabot PR chore: bump github/gh-aw-actions from 0.69.3 to 0.71.2 #96 bumped the github/gh-aw-actions/setup SHA inside the auto-generated repo-assist.lock.yml (compiled by gh-aw v0.68.3) to v0.71.2, which no longer ships copilot_driver.cjs at the path the older generated workflow expects.
  • Recompile the workflow with gh-aw v0.71.1 (latest stable; v0.71.2 is a pre-release) so the lock file and the action SHAs it pins agree again. The recompile also picks up newer firewall containers (digest-pinned), MCP gateway v0.3.0, github-mcp-server v1.0.2, and an actions/setup-node dependency.
  • Add github/gh-aw-actions* to Dependabot's ignore list — that lock file carries a "DO NOT EDIT" header and should be regenerated via gh aw upgrade, not patched in place.

Test plan

  • Merge, then re-run the Repo Assist workflow on main and confirm the agent job no longer fails on the missing copilot_driver.cjs module.

🤖 Generated with Claude Code

…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>
@dbrattli dbrattli merged commit 290b9d1 into main May 3, 2026
9 checks passed
@dbrattli dbrattli deleted the fix/repo-assist-recompile-gh-aw branch May 3, 2026 08:52
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.

1 participant