From c52a822a231a04af2f895767a2d656dbd95fe8b4 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:30:07 +0100 Subject: [PATCH] Increase allowed issue title length --- .github/workflows/issue_moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index 4f0320f3..d7001885 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -33,7 +33,7 @@ jobs: }, { "type": "title", - "regex": "^\\[(Feature Request|Bug)\\] (?!.{0,75}$)", + "regex": "^\\[(Feature Request|Bug)\\] (?!.{0,100}$)", "message": "The title is too long, keep it short and descriptive" }, {