Skip to content

Commit b505f1d

Browse files
committed
feat: allow Claude to run all scripts in scripts directory
1 parent 7f60d30 commit b505f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# assignee_trigger: "claude-bot"
5151

5252
# Optional: Allow Claude to run specific commands
53-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
53+
allowed_tools: "Bash(scripts/bootstrap),Bash(scripts/format),Bash(scripts/lint),Bash(scripts/mock),Bash(scripts/test)"
5454

5555
# Optional: Add custom instructions for Claude to customize its behavior for your project
5656
# custom_instructions: |

0 commit comments

Comments
 (0)