Skip to content

It's valid for email field of authors and committers to be empty. #4371

@ktbarrett

Description

@ktbarrett

This line should be changed

const pattern = /^([^<]+)\s*<([^>]+)>$/i

to this:

const pattern = /^([^<]+)\s*<([^>]*)>$/i 

to allow zero characters in the email match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions