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
When validating webhook payloads that I receive against the schemas, the email doesn't match up to the format.
The email that was tripping the validation was 41898282+github-actions[bot]@users.noreply.github.com, I assume that any web flow commit from users might not validate.
What did you expect to happen?
For their not to be any validation error, since it is a valid email address What the problem might be
The problem probably lies upstream with ajv-formats, I haven't dug into this too much