You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: .github/workflows/close-issues.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ jobs:
14
14
uses: lucasbento/auto-close-issues@v1.0.2
15
15
with:
16
16
github-token: ${{ secrets.GITHUB_TOKEN }}
17
-
issue-close-message: "Closed by the issue bot. Make sure you have followed the issue template will all required sections/titles. Thanks."
17
+
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 commit comments