1 parent 3ac042a commit 83df7cbCopy full SHA for 83df7cb
1 file changed
open-bot.yaml
@@ -84,12 +84,12 @@ rules:
84
id: firstError
85
value: "{{{logResult}}}"
86
remove:
87
- - "^[\\s\\S]+?(?=\\s2\\)\\s)"
+ - "\\s2\\)\\s[\\s\\S]*"
88
string_cleanup:
89
id: remainingErrors
90
91
92
- - "\\s2\\)\\s[\\s\\S]*"
+ - "^[\\s\\S]+?(?=\\s2\\)\\s)"
93
actions:
94
comment:
95
identifier: "ci-result"
0 commit comments