From 3ecb719814ad716a4a81ba42a3b5d2392b63a91c Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Wed, 19 Jun 2024 15:32:58 +0300 Subject: [PATCH] Remove label status:waiting for author feedback if issue is closed --- .github/policies/resourceManagement.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 9052cccebf8..372c12a7458 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -94,6 +94,16 @@ configuration: then: - addLabel: label: 'ToTriage' + - 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: