We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5005eb commit dd541abCopy full SHA for dd541ab
1 file changed
.github/workflows/claude.yml
@@ -52,7 +52,7 @@ jobs:
52
# assignee_trigger: "claude-bot"
53
54
# Optional: Allow Claude to run specific commands (only for authorized users)
55
- allowed_tools: ${{ github.actor == 'kaovilai' && 'Bash(git remote:*),Bash(git fetch:*),Bash(git checkout:*),Bash(git rebase:*),Bash(git branch:*),Bash(curl:*),Bash(make:*)' || '' }}
+ allowed_tools: ${{ github.actor == 'kaovilai' && 'Bash(git remote:*),Bash(git fetch:*),Bash(git checkout:*),Bash(git rebase:*),Bash(git branch:*),Bash(curl:*),Bash(make:*),Bash(golangci-lint:*),Bash(gofmt:*),Bash(go:*)' || '' }}
56
57
# Optional: Add custom instructions for Claude to customize its behavior for your project
58
# custom_instructions: |
0 commit comments