Skip to content

Commit 0b781b3

Browse files
committed
fix: disable progress tracking comments
1 parent e97edb3 commit 0b781b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: anthropics/claude-code-action@v1
3030
with:
3131
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
32-
track_progress: true
32+
track_progress: false
3333
prompt: |
3434
REPO: ${{ github.repository }}
3535
PR NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)