Skip to content

Commit 5377bf1

Browse files
authored
Merge pull request #3 from hotdata-dev/fix/disable-progress-tracking
fix: disable progress tracking comments
2 parents e97edb3 + 0b781b3 commit 5377bf1

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)