diff --git a/.github/problem-matchers/internal.json b/.github/problem-matchers/internal.json index e7b5f306..7fffb905 100644 --- a/.github/problem-matchers/internal.json +++ b/.github/problem-matchers/internal.json @@ -6,7 +6,7 @@ "pattern": [ { "__comment_regexp1": "ERROR: Build is not finished on TuxSuite's side!", - "regexp": "^(WARNING|ERROR):\\s+(.*)$", + "regexp": "^\\x1b\\[[0-9]+m(WARNING|ERROR):\\s+(.*)\\x1b\\[0m$", "severity": 1, "message": 2 }