diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 9d40c3b..a550a42 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -18,5 +18,5 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-close-message: "@${issue.user.login} this issue was automatically closed because it is a duplicate.\n\nThe issue you are searching for:\n- Is pinned under issues\n- Has a section in main readme file with big title right at the top\n- Has 3 red exclamations marks in the title\n- Contains a workaround both for accounts still working and the ones affected.\n\nAnd a warning was sent a month ago as an update via HACS." - issue-pattern: "^(?!Invalid cloud password$).*" + issue-pattern: "^(?!.*Invalid cloud password).*"