File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : claude-review
22
3- # Triggered by: @claude mention in PR comments (e.g., "@claude review this function")
3+ # Triggered by: @claude mention in PR comments (e.g., "@claude /pr- review this function")
44#
55# How prompt extraction works:
66# The action's `extractUserRequest` function automatically extracts text AFTER "@claude".
7- # Example: "@claude review auth" → "review auth"
7+ # Example: "@claude /pr- review auth" → "/pr- review auth"
88#
99# See: https://github.com/anthropics/claude-code-action/blob/main/src/utils/extract-user-request.ts
1010#
@@ -149,7 +149,7 @@ jobs:
149149 ISSUE_STATE_INPUT : ${{ github.event.issue.state }}
150150
151151 - name : Run Claude Code
152- uses : anthropics/claude-code-action@a017b830c03e23789b11fb69ed571ea61c12e45c # 2026-01-16
152+ uses : anthropics/claude-code-action@b433f16b30d54063fd3bab6b12f46f3da00e41b6 # 2026-02-10
153153 with :
154154 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
155155 plugin_marketplaces : " /tmp/zama-marketplace"
You can’t perform that action at this time.
0 commit comments