From 273e28c8195145e4e986416f32c2c1dad3245c61 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 14 Jul 2022 09:02:09 +0200 Subject: [PATCH] update issue workflow --- .github/workflows/issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 0f07569c..aed4e8e9 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -39,7 +39,8 @@ jobs: owner: context.issue.owner, repo: context.issue.repo, issue_number: context.issue.number, - body: 'This issue is being automatically closed because it does not follow the issue template.', + body: 'This issue is being automatically closed because it does not follow the issue template.\n' + + 'Please reopen the issue and make sure to include all sections of the template.', }); await github.rest.issues.update({