We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ec171 commit c4dc2f3Copy full SHA for c4dc2f3
1 file changed
.github/workflows/claude-pr-triage.yml
@@ -2,7 +2,7 @@ name: PR Triage
2
on:
3
pull_request:
4
types: [ ready_for_review, synchronize ]
5
- issue_comment:
+ pull_request_review_comment:
6
types: [created ]
7
8
permissions:
@@ -22,7 +22,7 @@ jobs:
22
github.event_name == 'workflow_dispatch' ||
23
github.event_name == 'pull_request' ||
24
(
25
- github.event_name == 'issue_comment' &&
+ github.event_name == 'pull_request_review_comment' &&
26
github.event.issue.pull_request != null &&
27
github.event.sender.type != 'Bot' &&
28
github.event.comment.user.type != 'Bot' &&
0 commit comments