From e95724735293541d56c941cdb70d439cfec6a791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sun, 30 Jun 2024 10:47:19 +0200 Subject: [PATCH] Update auto-close.yaml --- .github/workflows/auto-close.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-close.yaml b/.github/workflows/auto-close.yaml index 6e80bf1..57e4507 100644 --- a/.github/workflows/auto-close.yaml +++ b/.github/workflows/auto-close.yaml @@ -12,5 +12,9 @@ jobs: uses: lucasbento/auto-close-issues@v1.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template." # optional property closed-issues-label: "bad-issue-template" + issue-close-message: |- + @${issue.user.login}: hello! :wave: + + This issue is being automatically closed because it does not follow the issue template. +