update issue workflow

This commit is contained in:
aler9 2022-07-14 09:02:09 +02:00
parent 9f452a5597
commit 273e28c819
1 changed files with 2 additions and 1 deletions

View File

@ -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({