ci: remove the claude-review workflow#123
Merged
Merged
Conversation
The job has failed on every non-dependabot PR since 2026-07-19 and the 1.0.180 action bump did not help: Claude Code and the review plugin install and initialize normally, then the first API turn returns is_error:true in ~2s with no assistant output and zero cost — an auth-layer rejection consistent with an expired CLAUDE_CODE_OAUTH_TOKEN repository secret, not an action or plugin defect. Remove the PR-triggered review workflow so PRs stop carrying a permanent failing check. claude.yml (explicit @claude mentions) remains and shares the same secret; both need the token rotated (claude setup-token) before the review workflow is restored from this commit's parent.
amavashev
enabled auto-merge
July 22, 2026 11:42
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
.github/workflows/claude-code-review.yml— the job has failed on every non-dependabot PR since 2026-07-19, leaving a permanent red checkis_error:truein ~2s with no assistant output andtotal_cost_usd: 0, an auth-layer rejection consistent with an expiredCLAUDE_CODE_OAUTH_TOKENrepo secret (last success 2026-07-18; the same-day chore(deps): bump anthropics/claude-code-action from 1.0.171 to 1.0.177 #117 action bump was coincidental)claude.yml(explicit@claudementions) is left in place; it shares the secret and will also fail until the token is rotatedclaude setup-tokenoutput is stored in the repo secretNote
Touches a workflow file, so the automerge App cannot merge it — manual merge required.