diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 1f6275b6b6..5c3f011856 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -22,5 +22,10 @@ jobs: "type": "body", "regex": ".*\\* (Tachiyomi version|Android version|Device): \\?.*", "message": "Requested information in the template was not filled out." + }, + { + "type": "both", + "regex": ".*((A|a)(niyomi|nime))|.*", + "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" } ]