Skip to content

Commit 7007b6d

Browse files
committed
ci: follow the triggering comment in the @claude workflow
1 parent 671ecf5 commit 7007b6d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
additional_permissions: |
4141
actions: read
4242
43-
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
44-
prompt: 'Update the pull request description to include a summary of changes.'
43+
# No prompt is set on purpose: Claude follows the instructions in the
44+
# comment, review, or issue that tagged it (e.g. "@claude fix the build").
45+
# Set `prompt:` only if you want every trigger to run one fixed instruction.
4546

4647
# Optional: Add claude_args to customize behavior and configuration
4748
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md

0 commit comments

Comments
 (0)