Update auto_close_issue.yml

This commit is contained in:
jb-alvarado 2024-09-17 19:59:22 +02:00 committed by GitHub
parent e3aa2edc26
commit 71e9f542d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,5 +8,5 @@ jobs:
uses: roots/issue-closer@v1.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template"
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template. Please read [CONTRIBUTING.md](https://github.com/ffplayout/ffplayout/blob/master/CONTRIBUTING.md) for more informations."
issue-pattern: ".*### Describe the bug([\\s\\S]*?)### To Reproduce.*|### Feature description.*"