From 7634188722eb31299b06b4c576eb2f596ab8fe56 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 10 Jun 2024 14:27:05 -0400 Subject: [PATCH] chore: aligns files with beta equivalents --- .github/policies/resourceManagement.yml | 10 +++++----- .vscode/settings.json | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 42d6177c0e5..9052cccebf8 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 diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c46ff41f34..7b5aa8519b6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "cSpell.words": [ + "kiota", "msgraph" ] } \ No newline at end of file