Skip to content

Commit 5ea2535

Browse files
committed
dev-inf: Remove track_progress from Claude Code review action
The track_progress parameter doesn't support the 'labeled' event type, and we don't want to spam PR comments with progress updates anyway. The final results will still be posted as comments, and all progress is visible in the GitHub Actions logs. Release note: None Epic: None
1 parent 2ac56a2 commit 5ea2535

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pr-analyzer-threestage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
claude_args: |
3434
--model claude-sonnet-4-5-20250929
3535
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
36-
track_progress: true
3736
prompt: |
3837
REPO: ${{ github.repository }}
3938
PR NUMBER: ${{ github.event.pull_request.number }}
@@ -67,7 +66,6 @@ jobs:
6766
claude_args: |
6867
--model claude-4-5-sonnet-20250929
6968
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
70-
track_progress: true
7169
prompt: |
7270
REPO: ${{ github.repository }}
7371
PR NUMBER: ${{ github.event.pull_request.number }}
@@ -102,7 +100,6 @@ jobs:
102100
claude_args: |
103101
--model claude-4-5-sonnet-20250929
104102
--allowedTools "Read,Grep,Glob,Bash(gh pr diff:*),Bash(gh pr view:*)"
105-
track_progress: true
106103
prompt: |
107104
REPO: ${{ github.repository }}
108105
PR NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)