Skip to content

Commit 9ae02b7

Browse files
authored
Update claude action (#1798)
Signed-off-by: Quanyi Ma <eli@patch.sh>
1 parent ce89274 commit 9ae02b7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ on:
1111
types: [submitted]
1212
pull_request_target:
1313
types: [opened, synchronize, reopened]
14-
paths-ignore:
15-
- '.github/**'
16-
- 'docs/**'
1714

1815
permissions:
1916
contents: read
2017
pull-requests: write
2118
issues: write
22-
actions: read
19+
actions: write
2320

2421
jobs:
2522
claude-review-with-tracking:
@@ -62,6 +59,7 @@ jobs:
6259

6360
# Enable progress tracking
6461
track_progress: true
62+
show_full_output: true
6563

6664
# Your custom review instructions
6765
prompt: |

0 commit comments

Comments
 (0)