Skip to content

Commit a883b2a

Browse files
authored
chore: update claude-code-review.yml
1 parent dd8e24a commit a883b2a

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,10 @@ name: Claude Code Review
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
6-
# Optional: Only run on specific file changes
7-
# paths:
8-
# - "src/**/*.ts"
9-
# - "src/**/*.tsx"
10-
# - "src/**/*.js"
11-
# - "src/**/*.jsx"
5+
types: [opened, synchronize, ready_for_review, reopened]
126

137
jobs:
14-
claude-review:
15-
# Optional: Filter by PR author
16-
# if: |
17-
# github.event.pull_request.user.login == 'external-contributor' ||
18-
# github.event.pull_request.user.login == 'new-developer' ||
19-
# github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
20-
8+
claude-review:
219
runs-on: ubuntu-latest
2210
permissions:
2311
contents: read
@@ -27,7 +15,7 @@ jobs:
2715

2816
steps:
2917
- name: Checkout repository
30-
uses: actions/checkout@v4
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3119
with:
3220
fetch-depth: 1
3321

0 commit comments

Comments
 (0)