From 2e23a20899539e64ff5de113f675a1630dc80411 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 9 Jun 2025 20:17:25 +0530 Subject: [PATCH] Improve claude code to run bash commands (#31316) * Improve claude code to run bash commands With this limitation removed, it can do more things in a PR. ```release-note NONE ``` * Update claude.yml * fix indentation ```release-note NONE ``` --- .github/workflows/claude.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index bcd8ef5933..3484634a32 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,4 +34,5 @@ jobs: uses: anthropics/claude-code-action@beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - + model: claude-sonnet-4-20250514 + allowed_tools: "Bash(cd:*),Bash(git:*),Bash(make:*),Bash(npm:*),Bash(go:*)"