Skip to content

Commit c9345b7

Browse files
committed
update
1 parent 81ade63 commit c9345b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
claude-review:
99
# Only trigger on PR comments that mention @claude
1010
if: |
11-
github.event.issue.pull_request &&
12-
contains(github.event.comment.body, '@claude')
11+
github.event.issue.pull_request
1312
1413
runs-on: ubuntu-latest
1514
permissions:
@@ -35,7 +34,7 @@ jobs:
3534

3635
# Direct prompt for automated review (no @claude mention needed)
3736
direct_prompt: |
38-
Please review this pull request and provide feedback on:
37+
You're a senior software engineer. Your job is to review this pull request and provider feeback on:
3938
- Code quality and best practices
4039
- Potential bugs or issues
4140
- Performance considerations

0 commit comments

Comments
 (0)