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
While its true we had missing parentheses in our configuration, i'm not sure this was the intended behavior, as the commit title seems to suggest it was just meant validate the keyword itself was surrounded with alphanumeric characters.
If it is meant as a regular expression, I suggest to add this to the documentation, and mention this is actually a breaking change. If not, the keyword needs to be properly escaped.
The text was updated successfully, but these errors were encountered:
iliapolo
changed the title
Action fail when a keyword is set to an invalid regex expression
Action fails when a keyword is set to an invalid regex expression
Feb 17, 2021
This commit made it so that keywords are treated as regular expressions, as opposed to literal strings before.
This resulted in our action failing with:
While its true we had missing parentheses in our configuration, i'm not sure this was the intended behavior, as the commit title seems to suggest it was just meant validate the keyword itself was surrounded with alphanumeric characters.
If it is meant as a regular expression, I suggest to add this to the documentation, and mention this is actually a breaking change. If not, the keyword needs to be properly escaped.
The text was updated successfully, but these errors were encountered: