Update auto_close_issue.yml

This commit is contained in:
jb-alvarado 2024-09-03 10:27:57 +02:00 committed by GitHub
parent f5faf2d413
commit 7965129176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,4 +9,4 @@ jobs:
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-pattern: ".*### Describe the bug|### Feature description.*"
issue-pattern: ".*### Describe the bug([\s\S]*?)### To Reproduce.*|### Feature description.*"