Pin claude-code-action to v1.0.88 to dodge symlink ENOENT#117
Merged
forklady42 merged 1 commit intomainfrom Apr 7, 2026
Merged
Pin claude-code-action to v1.0.88 to dodge symlink ENOENT#117forklady42 merged 1 commit intomainfrom
forklady42 merged 1 commit intomainfrom
Conversation
Work around anthropics/claude-code-action#1187: v1.0.89's restoreConfigFromBase crashes with "ENOENT: no such file or directory, symlink" because cpSync tries to recreate CLAUDE.md as a symlink under .claude-pr/ before the parent directory exists. Our CLAUDE.md is a symlink to AGENTS.md (from #91), which trips the bug on every @claude run. Revert to @v1 once the upstream fix (#1186) ships.
Collaborator
|
Just testing this assertion:
@claude can you review this? I see this comment with failed job mentioned in OP #84 (comment) |
ryan-williams
approved these changes
Apr 7, 2026
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
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
anthropics/claude-code-actiontov1.0.88in.github/workflows/claude.ymlrestoreConfigFromBasecrashes withENOENT: no such file or directory, symlinkbecause ourCLAUDE.mdis a symlink toAGENTS.md(from Setup AGENTS.md #91)@claudetrigger has failed since v1.0.89 went out on 2026-04-05; most recent failure: https://github.com/Quantum-Accelerators/electrai/actions/runs/24089849192Why v1.0.88
@v1Test plan
Note:
@claude-ing this PR won't test the fix —issue_commentworkflows are always resolved from the default branch, so the broken@v1onmainwould still run. The test has to happen post-merge.main@claude review once moreon Optuna integration for hyperparameter optimization #84 (it's already failing on v1.0.89)Restoring ... from origin/main (PR head is untrusted)without anENOENT: no such file or directory, symlinkerror@v1