From 09ab3726253bffb2b9bd7f6afc8bb129d0a4d285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sun, 18 Jul 2021 16:49:35 +0200 Subject: [PATCH] ci: Update title regex --- .github/labels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels.json b/.github/labels.json index 1212e653..be99e3a2 100644 --- a/.github/labels.json +++ b/.github/labels.json @@ -18,7 +18,7 @@ }, { "type": "titleMatches", - "pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Z0-9].+).+" + "pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Za-z0-9].+).+" } ] }