Skip to content

Commit

Permalink
Fix issue-close-message
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw authored Sep 2, 2019
1 parent b430525 commit f6e5b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: roots/[email protected]
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.
Expand Down

0 comments on commit f6e5b08

Please sign in to comment.