Skip to content

Commit 83df7cb

Browse files
committed
bot: Fix Regex order
1 parent 3ac042a commit 83df7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

open-bot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ rules:
8484
id: firstError
8585
value: "{{{logResult}}}"
8686
remove:
87-
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
87+
- "\\s2\\)\\s[\\s\\S]*"
8888
string_cleanup:
8989
id: remainingErrors
9090
value: "{{{logResult}}}"
9191
remove:
92-
- "\\s2\\)\\s[\\s\\S]*"
92+
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
9393
actions:
9494
comment:
9595
identifier: "ci-result"

0 commit comments

Comments
 (0)