Skip to content

Commit

Permalink
bot: Fix Regex order
Browse files Browse the repository at this point in the history
  • Loading branch information
montogeek committed Mar 13, 2018
1 parent 3ac042a commit 83df7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83df7cb

Please sign in to comment.