From 1b6e9262431f2710d3107de63317ae375f745372 Mon Sep 17 00:00:00 2001 From: Tao He Date: Tue, 27 Feb 2024 21:49:16 +0800 Subject: [PATCH] Revise the message in staleness checker Signed-off-by: Tao He --- .github/workflows/stale.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index f94cc095..f8c32e9c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -70,15 +70,15 @@ jobs: for assignee in $assignees; do message="$message @$assignee" done - message="$message, this issus/pr has had no activity for for a long time, could you folks help to review the status ?\n" + message="$message, this issus/pr has had no activity for for a long time, could you folks help to review the status ? \n" message="$message To suppress further notifications,\n" message="$message - for issues, \n" - message="$message - if it is waiting for further response from the reporter/author, please help to add the label \`requires-further-info\`,\n" - message="$message - if you have already started working on it, please add the label \`work-in-progress\` to the issue,\n" - message="$message - if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label \`requires-further-discussion\` or \`wontfix\` to the issue,\n" - message="$message - for pull requests, - message="$message - if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR,\n" - message="$message - if you have decided to hold this development on, please add the \`requires-further-discussion\` label to the pull request.\n" + message="$message - if it is waiting for further response from the reporter/author, please help to add the label \`requires-further-info\`, \n" + message="$message - if you have already started working on it, please add the label \`work-in-progress\` to the issue, \n" + message="$message - if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label \`requires-further-discussion\` or \`wontfix\` to the issue, \n" + message="$message - for pull requests, \n" + message="$message - if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR, \n" + message="$message - if you have decided to hold this development on, please add the \`requires-further-discussion\` label to the pull request. \n" message="$message Thanks!" fi