From f4cc5de8993a00e1d0f6c0f185f9c3616a3a7d27 Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Mon, 3 Jun 2024 18:19:26 +0300 Subject: [PATCH] Update needs-author-feedback label to replacement (#478) --- .github/policies/resourceManagement.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index ee9483325c9..9b0c11ebf51 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -16,7 +16,7 @@ configuration: - isIssue - isOpen - hasLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' - hasLabel: label: 'Status: No Recent Activity' - noActivitySince: @@ -33,7 +33,7 @@ configuration: - isIssue - isOpen - hasLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' - noActivitySince: days: 4 - isNotLabeledWith: @@ -101,12 +101,12 @@ configuration: - isActivitySender: issueAuthor: True - hasLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' then: - addLabel: label: "Needs: Attention \U0001F44B" - removeLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' description: - if: - payloadType: Issues @@ -131,7 +131,7 @@ configuration: isRegex: False then: - addLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' description: - if: - payloadType: Issue_Comment