diff --git a/.github/workflows/auto_close_issue.yml b/.github/workflows/auto_close_issue.yml index 01b1189e..0f7e972d 100644 --- a/.github/workflows/auto_close_issue.yml +++ b/.github/workflows/auto_close_issue.yml @@ -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([\s\S]*?)### To Reproduce.*|### Feature description.*" + issue-pattern: ".*### Describe the bug([\\s\\S]*?)### To Reproduce.*|### Feature description.*"