Skip to content

Commit 0732314

Browse files
authored
fix duplicate property names
1 parent 03e2673 commit 0732314

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
@@ -80,12 +80,12 @@ rules:
8080
- "^[\\s\\S]+?\\d+\\s+pending\n+"
8181
- "npm ERR!.*\n"
8282
- "\n*=============================================================================\n[\\s\\S]*"
83-
string_cleanup:
83+
string_cleanup_1:
8484
id: firstError
8585
value: "{{{logResult}}}"
8686
remove:
8787
- "\\s2\\)\\s[\\s\\S]*"
88-
string_cleanup:
88+
string_cleanup_2:
8989
id: remainingErrors
9090
value: "{{{logResult}}}"
9191
remove:

0 commit comments

Comments
 (0)