chore: use Claude Opus 4.7 1M context in workflows#2241
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflows that run anthropics/claude-code-action@v1 to use the newer Claude Opus 4.7 model with 1M context, aligning the automated Claude runs (interactive mention-driven and PR code review) to the same model configuration.
Changes:
- Updated Claude CLI model argument from
claude-opus-4-6toclaude-opus-4-7[1m]in both workflows. - Minor YAML cleanup (removed trailing whitespace / stray blank lines) to keep workflow files tidy.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/claude.yml | Updates the Claude Code workflow to use claude-opus-4-7[1m] via claude_args. |
| .github/workflows/claude-code-review.yml | Updates the Claude Code Review workflow to use claude-opus-4-7[1m] via claude_args. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2241 +/- ##
===========================================
- Coverage 52.87% 52.85% -0.03%
===========================================
Files 886 886
Lines 156786 156786
===========================================
- Hits 82904 82869 -35
- Misses 68630 68661 +31
- Partials 5252 5256 +4 see 22 files with indirect coverage changes 🚀 New features to boost your workflow:
|



No description provided.