From f6e5b085695b92492757a847fea4ea55fe77a411 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Sun, 1 Sep 2019 23:25:42 -0400 Subject: [PATCH] Fix issue-close-message --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 1fa2a9a..f5efada 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -8,7 +8,7 @@ jobs: uses: roots/issue-closer@v1.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: Hi @${issue.user.login}, + issue-close-message: "Hi @${issue.user.login}, It looks like the issue template is missing from this issue. Please take a look at the [Contribution Guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md), which will tell you **exactly** what your ticket has to contain in order to be processable.