Skip to content

Commit bd38716

Browse files
Update .github/workflows/claude-code-review.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2cac726 commit bd38716

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ jobs:
6464

6565
# Optional: Different prompts for different authors
6666
# direct_prompt: |
67-
# ${{ github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' &&
68-
# 'Welcome! Please review this PR from a first-time contributor. Be encouraging and provide detailed explanations for any suggestions.' ||
69-
# 'Please provide a thorough code review focusing on our coding standards and best practices.' }}
67+
# ${{ github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' && 'Welcome! Please review this PR from a first-time contributor. Be encouraging and provide detailed explanations for any suggestions.' || 'Please provide a thorough code review focusing on our coding standards and best practices.' }}
7068

7169
# Optional: Add specific tools for running tests or linting
7270
# allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"

0 commit comments

Comments
 (0)