From 0947432d1dd5da92335097adcc29be451b0efb05 Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Thu, 20 Jun 2024 16:48:36 +0300 Subject: [PATCH] remove label waiting for author feedback if issue closes (#2061) --- .github/policies/resourceManagement.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index eabbe5d4fd3..96e5144b1d8 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -59,6 +59,16 @@ configuration: reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes. - closeIssue eventResponderTasks: + - if: + - payloadType: Issues + - isAction: + action: Closed + - hasLabel: + label: 'status:waiting-for-author-feedback' + then: + - removeLabel: + label: 'status:waiting-for-author-feedback' + description: - if: - payloadType: Issue_Comment - isAction: