You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Invalid regular expression: /^*/i: Nothing to repeat
at new RegExp (<anonymous>)
at createRegexToMatch (/workspace/lib/validators/options_processor/gitPattern.js:85:10)
at GitPattern.checkIfPathMatches (/workspace/lib/validators/options_processor/gitPattern.js:41:19)
at /workspace/lib/validators/options_processor/gitPattern.js:22:63
at Array.find (<anonymous>)
at /workspace/lib/validators/options_processor/gitPattern.js:22:45
at Array.filter (<anonymous>)
at Object.for (/workspace/lib/validators/options_processor/gitPattern.js:21:16)
at /workspace/lib/validators/options_processor/owners.js:24:29
at Array.forEach (<anonymous>)
* @org/team1 @org/team2
The text was updated successfully, but these errors were encountered:
Hello,
can you please check if there is no space before the 'star' character.
Also there might be some hidden control-characters in that CODEOWNERS line. (before or after the *)
Also make sure its not the only line (maybe add a blank line at the end)
❗ Validator: INTERNAL ERROR
Status ERROR
❗ Internal error!
Input :
Settings : {}
Error : This is a mergeable bug, please report it on our issue tracker: https://github.com/mergeability/mergeable/issues/new
The text was updated successfully, but these errors were encountered: