Skip to content

Commit dd541ab

Browse files
committed
Update claude.yml (#115)
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
1 parent f5005eb commit dd541ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# assignee_trigger: "claude-bot"
5353

5454
# 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:*)' || '' }}
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:*),Bash(golangci-lint:*),Bash(gofmt:*),Bash(go:*)' || '' }}
5656

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

0 commit comments

Comments
 (0)