From 20f2ff4b23115dfb785122bb720f2db9d1db19e1 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 20 Jul 2021 02:51:46 +0800 Subject: [PATCH] Update bot's reply message --- .github/workflows/issue-interceptor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-interceptor.yml b/.github/workflows/issue-interceptor.yml index 39b5095..22bafdc 100644 --- a/.github/workflows/issue-interceptor.yml +++ b/.github/workflows/issue-interceptor.yml @@ -14,5 +14,5 @@ jobs: uses: lucasbento/auto-close-issues@v1.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template." + issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template. Please DO NOT open another similar issue, try to edit the current issue according to the template, then it will be reopened automatically." closed-issues-label: "🙁 Not following issue template"