From 6cab2427f5e098baf3e1a6dc5f5f3c867bfec07f Mon Sep 17 00:00:00 2001 From: Carlos <2092019+CarlosEsco@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:10:03 -0400 Subject: [PATCH] [skip ci] use the actions built in ignore case --- .github/workflows/issue_closer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 5c3f01185..52b0ddedd 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" } ]