From 511bcc91979bc27de9720647cc6256c42ea70206 Mon Sep 17 00:00:00 2001 From: Carlos <2092019+CarlosEsco@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:05:55 -0400 Subject: [PATCH] [skip ci] update issue closer to close anime/aniyomi --- .github/workflows/issue_closer.yml | 5 +++++ 1 file changed, 5 insertions(+) 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" } ]