File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1- name : Claude PR Assistant
1+ name : Claude Code
22
33on :
44 issue_comment :
1010 pull_request_review :
1111 types : [submitted]
1212
13+ env :
14+ UV_PYTHON : 3.13
15+ UV_FROZEN : " 1"
16+
1317jobs :
1418 claude-code-action :
1519 if : |
@@ -23,14 +27,32 @@ jobs:
2327 pull-requests : read
2428 issues : read
2529 id-token : write
30+ actions : read
2631 steps :
2732 - name : Checkout repository
2833 uses : actions/checkout@v4
2934 with :
3035 fetch-depth : 1
3136
37+ - uses : astral-sh/setup-uv@v5
38+ with :
39+ enable-cache : true
40+
41+ - uses : denoland/setup-deno@v2
42+ with :
43+ deno-version : v2.x
44+
45+ - run : uv tool install pre-commit
46+
47+ - run : make install
48+
3249 - name : Run Claude PR Action
3350 uses : anthropics/claude-code-action@beta
3451 with :
3552 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
3653 timeout_minutes : " 60"
54+ additional_permissions : |
55+ actions: read
56+ allowed_tools : |
57+ Bash(make:*)
58+ Bash(uv:*)
You can’t perform that action at this time.
0 commit comments