Skip to content

Commit 639597a

Browse files
committed
ci: fix claude.yml
1 parent cae158c commit 639597a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/claude.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@ jobs:
2424
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
2525
with:
2626
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
27-
claude_args: --allowedTools "Read,Glob,Grep,Bash(gh:*),Bash(cargo:*),Bash(git:*),WebFetch"
28-
issue_number: ${{ github.event.issue.number }}
27+
assignee_trigger: 'boshen'
28+
claude_args: --allowedTools "Edit,Write,Read,Glob,Grep,Bash(gh:*),Bash(cargo:*),Bash(git:*),Bash(just:*),WebFetch,TodoWrite"
2929
prompt: |
30-
Analyze the linked issue and determine if it can be fixed.
30+
Analyze issue #${{ github.event.issue.number }} in ${{ github.repository }} and determine if it can be fixed.
3131
32+
First, use `gh issue view ${{ github.event.issue.number }}` to read the issue details.
33+
34+
Then:
3235
1. Search the codebase to gather relevant context (related files, existing implementations, tests)
3336
2. Determine if the issue is fixable and estimate the complexity
3437
35-
Post a comment on the issue with:
38+
Finally, post a comment on the issue with:
3639
- A brief summary of your understanding of the issue
3740
- Relevant files/code you found
3841
- Whether this issue is fixable (yes/no/needs clarification)

0 commit comments

Comments
 (0)