Update auto-close.yaml

This commit is contained in:
Erèbe - Romain Gerard 2024-06-30 10:47:19 +02:00 committed by GitHub
parent f0dfd98aba
commit e957247352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.