Skip to content

Commit 00ccffc

Browse files
authored
Update claude action code (#4683)
1 parent 9efec6d commit 00ccffc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/claude.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) ||
2222
(github.event_name == 'pull_request' && github.event.action == 'review_requested')
2323
runs-on: ubuntu-latest
24-
timeout-minutes: 30
24+
timeout-minutes: 60
2525
permissions:
2626
contents: write
2727
pull-requests: write
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
claude_code_oauth_token: ${{ secrets.CLAUDE_OAUTH_TOKEN }}
4646
assignee_trigger: "pythonitaliabot2"
47-
reviewer_trigger: "pythonitaliabot2"
4847
claude_args: |
49-
--model claude-opus-4-5-20251101
50-
--allowedTools "Bash(pip *),Bash(uv *),Bash(gh api:*),Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"
48+
--model claude-opus-4-8
49+
--effort high
50+
--allowedTools "Edit,Write,Bash(uv:*),Bash(pip:*),Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh pr list:*),Bash(gh pr comment:*),Bash(gh issue view:*),Bash(gh issue list:*),Bash(gh search:*)"

0 commit comments

Comments
 (0)