Skip to content

Commit a30897e

Browse files
Pr review (#3121)
* add claude pr review * edits * edits
1 parent 9446925 commit a30897e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
(
1919
github.event_name == 'issue_comment' &&
2020
github.event.issue.pull_request &&
21-
toLower(github.event.comment.user.type) != 'bot' &&
21+
github.event.comment.user.type != 'Bot' &&
2222
contains(github.event.comment.body, '/claude-review')
2323
)
2424
uses: >-

0 commit comments

Comments
 (0)