Update bot's reply message
This commit is contained in:
parent
899609a291
commit
20f2ff4b23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-interceptor.yml
vendored
2
.github/workflows/issue-interceptor.yml
vendored
|
@ -14,5 +14,5 @@ jobs:
|
|||
uses: lucasbento/auto-close-issues@v1.0.2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template."
|
||||
issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template. Please DO NOT open another similar issue, try to edit the current issue according to the template, then it will be reopened automatically."
|
||||
closed-issues-label: "🙁 Not following issue template"
|
||||
|
|
Loading…
Reference in a new issue