Skip to content

Commit 9e308e0

Browse files
authored
Merge acd7602 into 3df3b23
2 parents 3df3b23 + acd7602 commit 9e308e0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/claude.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4444
# prompt: 'Update the pull request description to include a summary of changes.'
4545

46-
# Optional: Add claude_args to customize behavior and configuration
47-
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
48-
# or https://code.claude.com/docs/en/cli-reference for available options
49-
# claude_args: '--allowed-tools Bash(gh pr:*)'
46+
# Allow Claude to run bun and gh commands
47+
claude_args: |
48+
--allowedTools "Bash(bun:*),Bash(gh pr:*),Bash(gh issue:*)"
5049

0 commit comments

Comments
 (0)