Skip to content

Commit b801513

Browse files
committed
fix(ci): remove prompt from @claude action to enable tag mode
The action's mode detector routes to agent mode (no comment posting) when a prompt is set. Move issue routing guidance to a rules file in the claude config repo so the action uses tag mode and posts responses.
1 parent 4985408 commit b801513

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/claude.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,3 @@ jobs:
118118
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
119119
github_token: ${{ secrets.GITHUB_TOKEN }}
120120
trigger_phrase: "@claude"
121-
show_full_output: true
122-
prompt: |
123-
When asked to create a GitHub issue, route it to the correct repository:
124-
- Community or open-source ShellHub issues → shellhub-io/shellhub (this repo)
125-
- Cloud or enterprise-specific issues → shellhub-io/team

0 commit comments

Comments
 (0)