Skip to content

Migrate Claude Code Review workflow to claude-code-action@v1 - #52

Merged
hmworsham merged 1 commit into
mainfrom
fix/claude-review-v1
Aug 28, 2026
Merged

Migrate Claude Code Review workflow to claude-code-action@v1#52
hmworsham merged 1 commit into
mainfrom
fix/claude-review-v1

Conversation

@cmungall

Copy link
Copy Markdown
Collaborator

Every PR review run has been failing with API Error: 401 — OAuth access token has expired. The CLAUDE_CODE_OAUTH_TOKEN secret has been refreshed, and this PR migrates the review workflow from claude-code-action@beta to the @v1 pattern already used in linkml-term-validator:

  • prompt + track_progress: true (v1's way of posting the review as a PR comment)
  • --model opus alias via claude_args instead of a dated model id that can retire and 404
  • actions/checkout@v7
  • keeps this repo's paths-ignore (data/, results/) and [skip-review]/[WIP] title filters

This PR itself triggers the new workflow, so a passing Claude review here verifies the fix end-to-end.

🤖 Generated with Claude Code

The @beta action with an expired OAuth token failed every PR review run
with a 401. Token has been refreshed as the CLAUDE_CODE_OAUTH_TOKEN
secret; this migrates the workflow to the v1 pattern used in
linkml-term-validator (prompt + track_progress, model alias instead of
a dated id that can retire and 404).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hmworsham
hmworsham merged commit 3b69312 into main Aug 28, 2026
1 check passed
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.

2 participants