We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61867f6 commit e179614Copy full SHA for e179614
.github/workflows/user-input.yml
@@ -3,6 +3,8 @@ name: Manage awaiting user response
3
on:
4
issue_comment:
5
types: [created]
6
+ pull_request_review_comment:
7
+ types: [created]
8
9
jobs:
10
remove_label:
0 commit comments