From be001d090c251d0b126cec4d22b4fca5d0124b0c Mon Sep 17 00:00:00 2001 From: paulo27ms Date: Tue, 14 Sep 2021 16:50:21 +0100 Subject: [PATCH] [skip ci] Update issue closer to ignore myanimelist (#5911) Not sure if there's any limitation for the regex but this will ignore myanimelist strings, in practice. --- .github/workflows/issue_closer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 52b0ddedd3..12951856ac 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -25,7 +25,7 @@ jobs: }, { "type": "both", - "regex": ".*(aniyomi|anime).*", + "regex": "^(?!.*myanimelist.*).*(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" }