From dcf26bd3d4e7badff05419aea6f53e598ac264da Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Fri, 5 Sep 2025 08:33:09 +0200 Subject: [PATCH] ci: update Claude code action (#10851) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude code now uses prompt not system prompt ### Changes 🏗️ Swaps to peomot from custom system prompt ### Checklist 📋 #### For code changes: N/A --- .github/workflows/claude-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-dependabot.yml b/.github/workflows/claude-dependabot.yml index 6762d9cf43..902fc461b2 100644 --- a/.github/workflows/claude-dependabot.yml +++ b/.github/workflows/claude-dependabot.yml @@ -311,7 +311,7 @@ jobs: 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:*)" - custom_system_prompt: | + prompt: | You are Claude, an AI assistant specialized in reviewing Dependabot dependency update PRs. Your primary tasks are: