Fix diff problem matcher
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 9 Nov 2020 14:24:24 +0000 (15:24 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 14:24:24 +0000 (15:24 +0100)
.github/diff.json

index bacc71a8f3207ca382a5d7c7421d2aaa43519113..73a33488a94f645cfc8035bc450b9866af15c0cd 100644 (file)
@@ -4,8 +4,8 @@
       "owner": "diff",
       "pattern": [
         {
-          "regexp": "--- a/(wcfsetup/(.*))",
-          "file": 2,
+          "regexp": "--- a/(.*)",
+          "file": 1,
           "message": 1
         }
       ]