Skip to content

Commit 5966ef3

Browse files
authored
enable label action for review comments as well
1 parent cf0d05d commit 5966ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/pr_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def add_remove_pr_labels(self) -> None:
222222

223223
elif self.event_name == "pull_request_review":
224224
self.pull_request_review_label_actions()
225+
self.issue_comment_label_actions()
225226

226227
return
227228

0 commit comments

Comments
 (0)