From c8fea3d34a74f37e8de6561deae9bed23f3551e3 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:56:52 +0200 Subject: [PATCH] add allowed bots (#6353) --- .github/workflows/claude.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 4307db0915..41d7a9bed1 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -98,6 +98,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} timeout_minutes: "60" allowed_tools: "mcp__github__create_pull_request,Bash" + allowed_bots: "windmill-internal-app[bot]" custom_instructions: | ## IMPORTANT INSTRUCTIONS - Your branch name should be a short description of the requested changes.