From 8356d7fd4f47d414f04730a663b3a24d6f7c797b Mon Sep 17 00:00:00 2001 From: Zhaofeng Xu Date: Tue, 17 Dec 2024 13:45:40 +0800 Subject: [PATCH] refactor: update greeting action (#12927) --- .github/policies/resourceManagement.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index cd14af58cf..9a0513b1b6 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -8,14 +8,14 @@ where: configuration: resourceManagementConfiguration: eventResponderTasks: - - description: "[Issue Greeting] Add auto greeting reply when issue opened" + - description: "[Issue Greeting] Add needs attention label when issue opened" if: - payloadType: Issues - isAction: action: Opened then: - - addReply: - reply: Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned. + # - addReply: + # reply: Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned. - addLabel: label: needs attention - description: "[Idle Issue Management] Remove no recent activity label from issues"