diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 5c3f011856..52b0ddedd3 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -25,7 +25,8 @@ jobs: }, { "type": "both", - "regex": ".*((A|a)(niyomi|nime))|.*", + "regex": ".*(aniyomi|anime).*", + "ignoreCase": true, "message": "Tachiyomi does not support anime, and has no plans to support anime. In addition Tachiyomi is not affiliated with Aniyomi https://github.com/jmir1/aniyomi" } ]