From 39b30bc82c3905a42142b03b3057af7a433b8a3a Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Tue, 9 Sep 2025 19:36:46 +0200 Subject: [PATCH] ci: Add 'Bash(gh pr edit:*)' to allowed tools for claude (#10885) --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b63d9cebfe..31f2769ea4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -319,7 +319,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: | - --allowedTools "Bash(npm:*),Bash(pnpm:*),Bash(poetry:*),Bash(git:*),Edit,Replace,NotebookEditCell,mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*)" + --allowedTools "Bash(npm:*),Bash(pnpm:*),Bash(poetry:*),Bash(git:*),Edit,Replace,NotebookEditCell,mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*), Bash(gh pr edit:*)" --model opus additional_permissions: | actions: read