Skip to content

Commit 62c5d58

Browse files
committed
Claude updates 2
1 parent 947e562 commit 62c5d58

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 1
36-
36+
- name: Install uv
37+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
38+
id: setup-uv
39+
with:
40+
version: "0.5.5"
41+
enable-cache: true
3742
- name: Run Claude
3843
uses: anthropics/claude-code-action@v1
3944
with:
@@ -42,3 +47,4 @@ jobs:
4247
reviewer_trigger: "pythonitaliabot2"
4348
claude_args: |
4449
--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:*)"

0 commit comments

Comments
 (0)