Skip to content

Commit bb662f2

Browse files
committed
test: update config regex to re2
parentheses are now special chars
1 parent 547934d commit bb662f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/monorobot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"when": {
1212
"match": {
1313
"field": "description",
14-
"re": "^\\(Build #[0-9]+ canceled by .+\\|Failed (exit status 255)\\)$"
14+
"re": "^(Build #[0-9]+ canceled by .+|Failed \\(exit status 255\\))$"
1515
}
1616
},
1717
"policy": "ignore"

0 commit comments

Comments
 (0)