From 5eaebf678f81797e56a568d4f6af4c74caf7565c Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 4 Dec 2022 13:03:23 +0330 Subject: [PATCH] fix regex --- .github/workflows/issie_moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issie_moderator.yml b/.github/workflows/issie_moderator.yml index f1e2c701..d85732d8 100644 --- a/.github/workflows/issie_moderator.yml +++ b/.github/workflows/issie_moderator.yml @@ -27,7 +27,7 @@ jobs: }, { "type": "title", - "regex": ".*<.*>.*", + "regex": ".*(<|>)+.*", "message": "You did not remove Angle brackets(< and >) from the title" }, {