Skip to content

Commit e179614

Browse files
authored
chore: Update user-input.yml GitHub workflow to trigger on PR comments (#723)
1 parent 61867f6 commit e179614

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)