diff --git a/.github/problem-matcher.json b/.github/problem-matcher.json index c5b8441..361c3cd 100644 --- a/.github/problem-matcher.json +++ b/.github/problem-matcher.json @@ -14,9 +14,10 @@ { "regexp": "(SC\\d+):\\s(.+)$", "code": 1, - "message": 2 + "message": 2, + "loop": true } - ] + ] } ] - } \ No newline at end of file + }