You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: fix Claude auto-review auth (use github_token, skip OIDC exchange)
The pull_request_target review 401s exchanging its OIDC token for a
GitHub App token. Supplying github_token makes the action use it
directly and skip that exchange. Drops the now-unneeded id-token: write.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Add cost gate: skip paid Claude review if sibling CI checks failed
Poll the PR head's check-runs before the paid review and only run it when
all sibling checks are clean (or none exist after a short grace window).
Excludes this workflow's own check-run (claude-review) and treats a poll
timeout as skip. Uniform across repos: sibling checks are discovered
dynamically, no per-repo workflow-name hardcoding.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments