From 3f31c4d3e2106932afce1ab9497a70a9bcec786f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 4 Feb 2023 22:15:18 +0100 Subject: [PATCH] Update issue-close-message --- .github/workflows/autocloser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autocloser.yml b/.github/workflows/autocloser.yml index 558e97a7..d5c16c07 100644 --- a/.github/workflows/autocloser.yml +++ b/.github/workflows/autocloser.yml @@ -8,5 +8,5 @@ jobs: uses: roots/issue-closer@v1.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template. If this is a support request, please use the discussion section instead." + issue-close-message: "This issue was automatically closed because it did not follow the issue template. We use the issue tracker exclusively for bug reports and feature additions that have been previously discussed. However, this issue appears to be a support request. Please use the discussion forums for support requests." issue-pattern: ".*(do we replicate the issue|Expected behavior|raised as discussion|# Impact).*"