We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43551e commit 0bf1e2aCopy full SHA for 0bf1e2a
.github/workflows/notify-pr-author-on-review.yml
@@ -3,6 +3,8 @@ name: Notify PR Review to Author
3
on:
4
pull_request_review:
5
types: [submitted]
6
+ issue_comment:
7
+ types: [created]
8
9
jobs:
10
notify-author:
0 commit comments