From acc529dab3d19afa1ba0fad1b2e5610e340547f4 Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Tue, 4 Jun 2024 09:03:41 +0300 Subject: [PATCH] Update needs-author-feedback label to replacement (#1541) --- .github/policies/resourceManagement.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 7a81d0702a9..87bf3717a11 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: 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: @@ -66,12 +66,12 @@ configuration: - isActivitySender: issueAuthor: True - hasLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' then: - addLabel: label: 'Needs: Attention :wave:' - removeLabel: - label: 'Needs: Author Feedback' + label: 'status:waiting-for-author-feedback' description: - if: - payloadType: Issues