Commit 290b9d1
fix(ci): recompile repo-assist with gh-aw v0.71.1 and ignore in dependabot (#99)
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>1 parent 54e1a67 commit 290b9d1
3 files changed
Lines changed: 136 additions & 84 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
0 commit comments