Skip to content

Commit add55bf

Browse files
JulesssssOSBotify
authored andcommitted
Merge pull request #92287 from Expensify/claude-upgradeToOpus48
[No QA] Upgrade claude-review and deploy blocker workflows to Opus 4.8 (cherry picked from commit e10b77e) (cherry-picked to staging by Julesssss)
1 parent 569f4b3 commit add55bf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
prompt: "/review-code-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
9090
claude_args: |
9191
--model claude-opus-4-8
92+
--effort xhigh
9293
--allowedTools "Task,Glob,Grep,Read,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(check-compiler.sh:*)" --json-schema '${{ steps.toolkit.outputs.schema_json }}'
9394
9495
- name: Post code review results
@@ -112,6 +113,7 @@ jobs:
112113
prompt: "/review-helpdot-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
113114
claude_args: |
114115
--model claude-opus-4-8
116+
--effort high
115117
--allowedTools "Task,Glob,Grep,Read,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),mcp__github_inline_comment__create_inline_comment"
116118
117119
- name: Remove in-progress indicator

.github/workflows/deployBlockerInvestigation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ jobs:
7070

7171
- name: Run Claude to investigate deploy blocker
7272
if: steps.validate.outputs.valid == 'true'
73-
uses: anthropics/claude-code-action@ba026a3e56b9f646ae3b1be02dd9c0812aa2f8ae # v1.0.86
73+
uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1.0.149
7474
with:
7575
display_report: "true"
7676
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
7777
github_token: ${{ secrets.OS_BOTIFY_TOKEN }}
7878
prompt: "/investigate-deploy-blocker ISSUE_URL: ${{ env.ISSUE_URL }}"
7979
claude_args: |
80+
--model claude-opus-4-8
81+
--effort xhigh
8082
--allowedTools "Task,Glob,Grep,Read,Write,Bash(gh issue view:*),Bash(gh issue comment:*),Bash(gh issue edit:*),Bash(gh issue list:*),Bash(gh pr view:*),Bash(gh pr list:*),Bash(gh pr diff:*),Bash(gh api:*),Bash(git log:*),Bash(git show:*),Bash(git blame:*),Bash(removeDeployBlockerLabel.sh:*)"

0 commit comments

Comments
 (0)