Skip to content

Commit

Permalink
Update close-issues.yml (#3031)
Browse files Browse the repository at this point in the history
* Update close-issues.yml

Update close message to read better 馃槃

* Fix use of quotations

Use single quotes as per other .yml files

* Remove user name form message
  • Loading branch information
jasonsaayman committed Jun 17, 2020
1 parent 3dbf6a1 commit 1768c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issues.yml
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: lucasbento/auto-close-issues@v1.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "Closed by the issue bot. Make sure you have followed the issue template will all required sections/titles. Thanks."
issue-close-message: 'Hello! :wave: \n\nThis issue is being automatically closed because it does not follow the issue template. Please read the issue template carefully and follow all of the instructions when opening a new issue. \n\nThanks'

0 comments on commit 1768c23

Please sign in to comment.