Skip to content

Commit c4dc2f3

Browse files
committed
use pull_request_review_comment for comments in PR
1 parent f1ec171 commit c4dc2f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-pr-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Triage
22
on:
33
pull_request:
44
types: [ ready_for_review, synchronize ]
5-
issue_comment:
5+
pull_request_review_comment:
66
types: [created ]
77

88
permissions:
@@ -22,7 +22,7 @@ jobs:
2222
github.event_name == 'workflow_dispatch' ||
2323
github.event_name == 'pull_request' ||
2424
(
25-
github.event_name == 'issue_comment' &&
25+
github.event_name == 'pull_request_review_comment' &&
2626
github.event.issue.pull_request != null &&
2727
github.event.sender.type != 'Bot' &&
2828
github.event.comment.user.type != 'Bot' &&

0 commit comments

Comments
 (0)