File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Run Claude Code
3636 id : claude
37- uses : anthropics/claude-code-action@beta
37+ uses : anthropics/claude-code-action@v1
3838 with :
3939 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
4040
4545 # Trigger when assigned to an issue
4646 assignee_trigger : " claude"
4747
48- # Allow Claude to run bash
49- # This should be safe given the repo is already public
50- allowed_tools : " Bash"
51-
52- custom_instructions : |
53- If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a <details> block.
48+ claude_args : |
49+ --allowedTools Bash
50+ --system-prompt "If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a <details> block."
You can’t perform that action at this time.
0 commit comments