From c7cc9919e386816a63112b43f2cbab29491e5eb9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 3 Nov 2025 21:48:35 +0100 Subject: [PATCH] Automation: remove 'Waiting for Author' label in more cases Namely when a PR review comment is made by the author, which for some reason is treated separately from 'top level' PR comments. --- .github/workflows/labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 262e12cf1c..d4a9536ffc 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -3,6 +3,8 @@ name: Update Status Labels When Author Replies on: issue_comment: types: [created] + pull_request_review_comment: + types: [created] permissions: issues: write