Skip to content

Commit d60f603

Browse files
ci: Claude only reviews owner (#230)
1 parent a2fee85 commit d60f603

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@ name: Claude Code
33
on:
44
pull_request:
55
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"
126

137
jobs:
148
review:
159
name: Review
16-
# Optional: Filter by PR author
17-
# if: |
18-
# github.event.pull_request.user.login == 'external-contributor' ||
19-
# github.event.pull_request.user.login == 'new-developer' ||
20-
# github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
10+
if: github.event.pull_request.user.login == 'DeveloperC286'
2111

2212
runs-on: ubuntu-latest
2313
permissions:

0 commit comments

Comments
 (0)