From 2277f13ebf3146a26ef66caabc76ae25adec9c25 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sat, 21 Dec 2024 15:52:23 -0600 Subject: [PATCH] Fix GHA matchers --- .github/matchers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/matchers.json b/.github/matchers.json index 7fba1d05e..3a52c4b9b 100644 --- a/.github/matchers.json +++ b/.github/matchers.json @@ -4,7 +4,7 @@ "owner": "sphinx-build", "pattern": [ { - "regexp": "^\\/home\\/runner\\/work\\/apiary\\/apiary\\/([a-zA-Z-\\.\\/]+):(\\d+):\\s+([a-zA-Z]+):\\s+(.+)$", + "regexp": "^\\/home\\/runner\\/work\\/apiary\\/apiary\\/([a-zA-Z0-9-\\.\\/]+):(\\d+):\\s+([a-zA-Z]+):\\s+(.+)$", "file": 1, "line": 2, "severity": 3, @@ -16,7 +16,7 @@ "owner": "phan", "pattern": [ { - "regexp": "^([a-zA-Z\\/\\.]+):(\\d+)\\s+([a-zA-Z]+)\\s+(.+)$", + "regexp": "^([a-zA-Z0-9-\\.\\/]+):(\\d+)\\s+([a-zA-Z]+)\\s+(.+)$", "file": 1, "line": 2, "code": 3,