We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fee85 commit d60f603Copy full SHA for d60f603
.github/workflows/claude-code-review.yml
@@ -3,21 +3,11 @@ name: Claude Code
3
on:
4
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"
12
13
jobs:
14
review:
15
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'
+ if: github.event.pull_request.user.login == 'DeveloperC286'
21
22
runs-on: ubuntu-latest
23
permissions:
0 commit comments