From 7aaa5966d655f221b106296eebf3b0eab0f24abc Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 21 Dec 2025 01:31:39 -0800 Subject: [PATCH] fix: allow all tools for issue triage --- .github/workflows/claude-issue-triage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index d8398ee518..9914f1137f 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -46,6 +46,8 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} allowed_non_write_users: "*" + # Allow all tools - security is enforced by GitHub permissions above (contents: read, issues: write) + claude_args: --allowedTools "Bash,Read,Write,Edit,Glob,Grep,WebFetch,WebSearch" prompt: | You're a GitHub issue first responder for the open source Cline repository.