Skip to content

Commit

Permalink
Missing a full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam authored Dec 22, 2021
1 parent 0ca68f7 commit 7cfc5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/close-incorrect-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cfc5c6

Please # to comment.