Skip to content

Commit

Permalink
Fix GHA matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Dec 21, 2024
1 parent 0d41006 commit 2277f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/matchers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 2277f13

Please sign in to comment.