Skip to content

Commit 77f84df

Browse files
committed
ci
1 parent 3ad8245 commit 77f84df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Claude
33
on:
44
issue_comment:
55
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
68
issues:
79
types: [opened, assigned]
810
discussion:
@@ -17,6 +19,7 @@ jobs:
1719
(
1820
(
1921
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||
22+
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) ||
2023
(github.event_name == 'issues' && contains(github.event.issue.body, '@claude')) ||
2124
(github.event_name == 'discussion' && contains(github.event.discussion.body, '@claude')) ||
2225
(github.event_name == 'discussion_comment' && contains(github.event.comment.body, '@claude'))

0 commit comments

Comments
 (0)