We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671ecf5 commit 7007b6dCopy full SHA for 7007b6d
1 file changed
.github/workflows/claude.yml
@@ -40,8 +40,9 @@ jobs:
40
additional_permissions: |
41
actions: read
42
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.'
+ # No prompt is set on purpose: Claude follows the instructions in the
+ # 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.
46
47
# Optional: Add claude_args to customize behavior and configuration
48
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
0 commit comments