mirror of https://github.com/webpack/webpack.git
bot: Fix Regex order
This commit is contained in:
parent
3ac042a5a8
commit
83df7cb120
|
@ -84,12 +84,12 @@ rules:
|
|||
id: firstError
|
||||
value: "{{{logResult}}}"
|
||||
remove:
|
||||
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
|
||||
- "\\s2\\)\\s[\\s\\S]*"
|
||||
string_cleanup:
|
||||
id: remainingErrors
|
||||
value: "{{{logResult}}}"
|
||||
remove:
|
||||
- "\\s2\\)\\s[\\s\\S]*"
|
||||
- "^[\\s\\S]+?(?=\\s2\\)\\s)"
|
||||
actions:
|
||||
comment:
|
||||
identifier: "ci-result"
|
||||
|
|
Loading…
Reference in New Issue