chore(ci): disable claude-review temporarily — anthropics action infrastructure bug#77
Merged
Merged
Conversation
…astructure bug
The anthropics/claude-code-action@v1 has been failing on every PR with
the same internal-bug message:
Internal error: directory mismatch for directory
"/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json",
fd 4. You don't need to do anything, but this indicates a bug.
It fires before reaching code review (its bundled bun shim hits a
tsconfig FD issue), so no review actually runs — but it still charges
ANTHROPIC_API_KEY and shows red in PR checks (continue-on-error: true,
so it doesn't block merge, just adds UNSTABLE noise to mergeState).
Renaming .yml → .yml.disabled removes the trigger entirely. GitHub
Actions only treats *.yml / *.yaml in .github/workflows/ as workflows.
To re-enable when upstream fixes the action: rename back.
claude.yml (the @claude-mention on-demand workflow) is untouched —
it only fires when someone @-tags it, so it's not affected.
Cohort sweep across the FAF repos that ship this Anthropic-template
workflow pair.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Renames
.github/workflows/claude-code-review.yml→.disabled(one-line revert).Why
anthropics/claude-code-action@v1has been failing on every PR today with the same internal error:The action's bundled bun shim hits a tsconfig FD bug — it never reaches the actual code-review step. But it still:
ANTHROPIC_API_KEYbudget on every PREffect
claude.yml(on-demand@claudementions) — untouched, still worksclaude-code-review.yml(automatic on every PR) — disabled.yml.disabled→.ymlwhen upstream fixes the actionCohort
Sister PRs in the same sweep across affected FAF repos:
claude-faf-mcp·cli·faf-mcp-live·faf-mcp·faf-taf-git·grok-faf-mcp·wjttc·gemini-faf-mcp.🤖 Generated with Claude Code