Update auto-close.yaml
This commit is contained in:
parent
f0dfd98aba
commit
e957247352
1 changed files with 5 additions and 1 deletions
6
.github/workflows/auto-close.yaml
vendored
6
.github/workflows/auto-close.yaml
vendored
|
@ -12,5 +12,9 @@ jobs:
|
||||||
uses: lucasbento/auto-close-issues@v1.0.2
|
uses: lucasbento/auto-close-issues@v1.0.2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template." # optional property
|
|
||||||
closed-issues-label: "bad-issue-template"
|
closed-issues-label: "bad-issue-template"
|
||||||
|
issue-close-message: |-
|
||||||
|
@${issue.user.login}: hello! :wave:
|
||||||
|
|
||||||
|
This issue is being automatically closed because it does not follow the issue template.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue