File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,30 @@ name: Claude Code Action
3
3
on :
4
4
issue_comment :
5
5
types : [created, edited]
6
- pull_request_target :
7
- types : [opened, synchronize, reopened, edited]
8
-
6
+ pull_request_review_comment :
7
+ types : [created]
8
+ issues :
9
+ types : [opened, assigned, edited]
9
10
jobs :
10
11
claude :
11
12
runs-on : ubuntu-latest
12
13
permissions :
13
14
contents : write
14
15
pull-requests : write
15
16
issues : write
16
-
17
+
17
18
steps :
18
19
- name : Install bun
19
20
run : curl -fsSL https://bun.sh/install | bash
20
21
- uses : actions/checkout@v3
21
22
with :
22
- fetch-depth : 20
23
-
23
+ fetch-depth : 20
24
+
24
25
- name : Claude Code Action
25
26
uses : anthropics/claude-code-action@v0.0.31
26
27
with :
27
28
github_token : ${{ secrets.MY_GITHUB_TOKEN }}
28
29
anthropic_api_key : ${{secrets.ANTHROPIC_API_KEY}}
29
30
claude_env : |
30
31
DEBUG: true
31
- ANTHROPIC_BASE_URL: ${{secrets.ANTHROPIC_BASE_URL}}
32
+ ANTHROPIC_BASE_URL: ${{secrets.ANTHROPIC_BASE_URL}}
You can’t perform that action at this time.
0 commit comments