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
```
Этот коммит содержится в:
Agniva De Sarker
2025-06-09 20:17:25 +05:30
коммит произвёл GitHub
родитель 596053b9af
Коммит 2e23a20899

3
.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:*)"