File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
1919 (github.event_name == 'issues' && contains(github.event.issue.body, '@claude'))
2020 runs-on : ubuntu-latest
21+ timeout-minutes : 60
2122 permissions :
22- contents : read
23+ contents : write
2324 pull-requests : write
2425 issues : write
2526 id-token : write
@@ -33,13 +34,12 @@ jobs:
3334 uses : google-github-actions/auth@v2
3435 with :
3536 workload_identity_provider : ${{ secrets.GC_WORKLOAD_IDENTITY_PROVIDER }}
36- service_account : ${{ secrets.GC_AI_SERVICE_ACCOUNT }}
37+ service_account : ${{ secrets.GC_SERVICE_ACCOUNT }}
3738
3839 - name : Run Claude PR Action
39- uses : anthropics/claude-code-action@beta
40+ uses : anthropics/claude-code-action@v1
4041 env :
4142 ANTHROPIC_VERTEX_PROJECT_ID : " ${{ secrets.GC_PROJECT_ID }}"
42- CLOUD_ML_REGION : " asia-east1 "
43+ CLOUD_ML_REGION : " global "
4344 with :
4445 use_vertex : " true"
45- timeout_minutes : " 60"
You can’t perform that action at this time.
0 commit comments