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 9446925 commit a30897eCopy full SHA for a30897e
1 file changed
.github/workflows/pr-review.yaml
@@ -18,7 +18,7 @@ jobs:
18
(
19
github.event_name == 'issue_comment' &&
20
github.event.issue.pull_request &&
21
- toLower(github.event.comment.user.type) != 'bot' &&
+ github.event.comment.user.type != 'Bot' &&
22
contains(github.event.comment.body, '/claude-review')
23
)
24
uses: >-
0 commit comments