1 parent 4982f26 commit 1f3e7c6Copy full SHA for 1f3e7c6
1 file changed
.github/workflows/claude.yml
@@ -34,7 +34,7 @@ jobs:
34
persist-credentials: false
35
36
- name: PR Review with Progress Tracking
37
- uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1
+ uses: anthropics/claude-code-action@5ee796a55f92566ecd7e39d70dd613abcbea0d7c # v1
38
with:
39
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
40
track_progress: true
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Run Claude Code
69
id: claude
70
71
72
73
# Trigger when specific user is assigned to an issue
0 commit comments