From 4e982c1df06bb8aacee657bfd11c49820eae9a16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 9 Nov 2020 15:24:24 +0100 Subject: [PATCH] Fix diff problem matcher --- .github/diff.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/diff.json b/.github/diff.json index bacc71a8f3..73a33488a9 100644 --- a/.github/diff.json +++ b/.github/diff.json @@ -4,8 +4,8 @@ "owner": "diff", "pattern": [ { - "regexp": "--- a/(wcfsetup/(.*))", - "file": 2, + "regexp": "--- a/(.*)", + "file": 1, "message": 1 } ] -- 2.20.1