Skip to content

Commit fefe54d

Browse files
authored
Automation: remove 'Waiting for Author' label in more cases (#2802)
Namely when a PR review comment is made by the author, which for some reason is treated separately from 'top level' PR comments.
1 parent 1e9e0cc commit fefe54d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Update Status Labels When Author Replies
33
on:
44
issue_comment:
55
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
68

79
permissions:
810
issues: write

0 commit comments

Comments
 (0)