From 84dd7a6b9d1d8b43c5b91b2365f06d55896edf9e Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Thu, 20 Jun 2024 13:48:12 +0300 Subject: [PATCH] Remove label status:waiting for author feedback if issue is closed (#595) * Remove label status:waiting for author feedback if issue is closed * remove dot separator from name value * reset changes and see if validation error persists * Minor modification to revert * Readd requisite check --- .github/policies/resourceManagement.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 9052cccebf8..fade37d3052 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -119,6 +119,16 @@ configuration: - removeLabel: label: 'Status: No Recent Activity' description: + - 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 - activitySenderHasAssociation: