Migrate Claude Code Review workflow to claude-code-action@v1 - #52
Merged
Conversation
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>
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.
Every PR review run has been failing with
API Error: 401 — OAuth access token has expired. TheCLAUDE_CODE_OAUTH_TOKENsecret has been refreshed, and this PR migrates the review workflow fromclaude-code-action@betato the@v1pattern already used in linkml-term-validator:prompt+track_progress: true(v1's way of posting the review as a PR comment)--model opusalias viaclaude_argsinstead of a dated model id that can retire and 404actions/checkout@v7paths-ignore(data/,results/) and[skip-review]/[WIP]title filtersThis PR itself triggers the new workflow, so a passing Claude review here verifies the fix end-to-end.
🤖 Generated with Claude Code