From 7cfc5c64b7f52aaa8360a061dfb274f20814afcc Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 22 Dec 2021 13:49:57 +0800 Subject: [PATCH] Missing a full stop --- extra/close-incorrect-issue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/close-incorrect-issue.js b/extra/close-incorrect-issue.js index be4ed808..a15a5da3 100644 --- a/extra/close-incorrect-issue.js +++ b/extra/close-incorrect-issue.js @@ -37,7 +37,7 @@ const github = require("@actions/github"); owner: issue.owner, repo: issue.repo, issue_number: issue.number, - body: `@${username}: Hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template. Please DO NOT open a blank issue` + body: `@${username}: Hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template. Please DO NOT open a blank issue.` }); // Close the issue