chore: bump model version in workflows (#1227)
https://claude.ai/code/session_01Mc8dExn9NcARLohJ1XG5kv Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c3d45e8e94
commit
78758edf84
2
.github/workflows/claude-review.yml
vendored
2
.github/workflows/claude-review.yml
vendored
@ -25,4 +25,4 @@ jobs:
|
|||||||
prompt: "/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
|
prompt: "/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
|
||||||
claude_args: |
|
claude_args: |
|
||||||
--allowedTools "mcp__github_inline_comment__create_inline_comment"
|
--allowedTools "mcp__github_inline_comment__create_inline_comment"
|
||||||
--model "claude-opus-4-6"
|
--model "claude-opus-4-7"
|
||||||
|
|||||||
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
|||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
claude_args: |
|
claude_args: |
|
||||||
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
|
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
|
||||||
--model "claude-opus-4-6"
|
--model "claude-opus-4-7"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user