We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ada9d8 commit 986de1fCopy full SHA for 986de1f
1 file changed
.github/workflows/claude.yml
@@ -47,4 +47,7 @@ jobs:
47
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
48
# prompt: 'Update the pull request description to include a summary of changes.'
49
50
- claude_args: '--allowedTools "Edit(.claude/**)" "Write(.claude/**)"'
+ # Optional: Add claude_args to customize behavior and configuration
51
+ # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
52
+ # or https://code.claude.com/docs/en/cli-reference for available options
53
+ # claude_args: '--allowed-tools Bash(gh pr:*)'
0 commit comments