Skip to content

Report failed Claude review executions honestly - #1137

Merged
blove merged 2 commits into
mainfrom
codex/review-execution-outcome
Sep 23, 2026
Merged

blove merged 2 commits into
mainfrom
codex/review-execution-outcome

Conversation

@blove

@blove blove commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Claude review runs returned subtype: success with is_error: true and produced no review, but their checks stayed green. The pinned action determines success from subtype alone; the workflow also swallowed action failures.

Check the action's documented execution file for a terminal success with is_error: false, and let execution failures fail the advisory job. Missing, malformed, and incomplete output also fails without printing transcript contents. Fork PRs skip this secret-dependent review. Required CI and branch protection are unchanged.

Validation: 164 workflow and CI-scope tests pass, including 13 new process/workflow regressions. The existing workflow failed the new regression before the fix. The full nx test scripts suite also passes after registering the new Node suite in Vitest's exclusions. Formatting and diff checks pass. Independent source review found no actionable issues.

Hosted run 35877008975 reproduces the actual is_error: true response and the new verifier exits 1, correctly making the advisory job fail. This corrects execution reporting; it does not claim to resolve the provider error or establish the quality of a completed review.

@vercel

vercel Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 23, 2026 2:58pm UTC

Request Review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@github-actions

github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove enabled auto-merge (squash) September 23, 2026 14:59
@blove
blove merged commit 47cf0ee into main Sep 23, 2026
31 of 32 checks passed
blove added a commit that referenced this pull request Sep 23, 2026
Every Claude Review run since 2026-07-08 ~06:00 UTC has errored on its first
API call (is_error: true, one turn, ~250ms, $0), so no PR has been AI-reviewed
since. The last real review ran at 05:34 that day; the workflow did not
change in between, so the cause is outside the repo. But the verifier from
#1137 prints the same line for every failure, so the log cannot tell a
revoked key from an empty balance or a retired model.

On an execution that reports is_error: true, print the terminal result's
error text: one line, capped at 300 characters, with anything key-shaped
redacted before truncating. A finished review's result is the review itself,
so nothing is printed unless is_error is true; #1137's rule against printing
transcript contents still holds and is still tested.

This PR runs its own copy of the verifier, so its own review job will name
the cause.

This branch was successfully deployed

1 active deployment
Preview – threadplane — 9d051ed6 Deployed Sep 23, 2026 by vercel[bot]
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