From b566f0406ebfc46768458eb1d512bc7784077b06 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 18 Nov 2025 12:37:50 +0900 Subject: [PATCH] Bump Claude Code GitHub Action to v1 Follow-up to https://github.com/modelcontextprotocol/servers/pull/3018. This PR bumps Claude Code GitHub Action to v1 from beta. https://github.com/anthropics/claude-code-action/releases/tag/v1 --- .github/workflows/claude.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6e916ebab..2910e4f31 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -45,9 +45,6 @@ jobs: # Trigger when assigned to an issue assignee_trigger: "claude" - # Allow Claude to run bash - # This should be safe given the repo is already public - allowed_tools: "Bash" - - custom_instructions: | - If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a
block. + claude_args: | + --allowedTools Bash + --system-prompt "If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a
block."