fix(workflow): update prompt for Claude to provide default instructions on issue labeling
This commit is contained in:
parent
fc752a8319
commit
e5116f9f7e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/claude.yml
vendored
4
.github/workflows/claude.yml
vendored
|
|
@ -41,8 +41,8 @@ jobs:
|
||||||
additional_permissions: |
|
additional_permissions: |
|
||||||
actions: read
|
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.
|
# When triggered by Claude label, provide default prompt to work on the issue
|
||||||
# prompt: 'Update the pull request description to include a summary of changes.'
|
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
|
# Optional: Add claude_args to customize behavior and configuration
|
||||||
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
|
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue