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 1e9e0cc commit fefe54dCopy full SHA for fefe54d
.github/workflows/labels.yml
@@ -3,6 +3,8 @@ name: Update Status Labels When Author Replies
3
on:
4
issue_comment:
5
types: [created]
6
+ pull_request_review_comment:
7
+ types: [created]
8
9
permissions:
10
issues: write
0 commit comments