From e5116f9f7e15fb29aa18d47380d91d5e0f896861 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:53:11 +0100 Subject: [PATCH] fix(workflow): update prompt for Claude to provide default instructions on issue labeling --- .github/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6ee3953dd..36ad06017 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,8 +41,8 @@ jobs: additional_permissions: | actions: read - # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. - # prompt: 'Update the pull request description to include a summary of changes.' + # When triggered by Claude label, provide default prompt to work on the issue + prompt: ${{ github.event.action == 'labeled' && 'Please analyze this issue and implement a solution. Follow the project guidelines in CLAUDE.md.' || '' }} # Optional: Add claude_args to customize behavior and configuration # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md