Skip to content

Commit 0baf001

Browse files
authored
chore: Update user-input.yml GitHub workflow to trigger on PR comments (#444)
1 parent 58f208d commit 0baf001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/user-input.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Manage awaiting user response
33
on:
44
issue_comment:
55
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
68

79
jobs:
810
remove_label:

0 commit comments

Comments
 (0)