Skip to content

Commit 0bf1e2a

Browse files
committed
refactor: PR에 코멘트를 달았을 때에도 실행되도록 on에 issue_comment 추가
1 parent a43551e commit 0bf1e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notify-pr-author-on-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Notify PR Review to Author
33
on:
44
pull_request_review:
55
types: [submitted]
6+
issue_comment:
7+
types: [created]
68

79
jobs:
810
notify-author:

0 commit comments

Comments
 (0)