This line should be changed https://github.com/peter-evans/create-pull-request/blob/eec7ab75b2f71ddc8a223341c83a67f6f774c39f/src/utils.ts#L73 to this: ```ts const pattern = /^([^<]+)\s*<([^>]*)>$/i ``` to allow zero characters in the email match.
This line should be changed
create-pull-request/src/utils.ts
Line 73 in eec7ab7
to this:
to allow zero characters in the email match.