Using `--create-issue` result in bad request.
Hey!
When using the --create-issue, Github is giving an error saying the Your request URL is too long..

Same problem!
The same problem
Same problem
May be use url shortener?
Same
We should detect if it's too long (~500 chars) and not offer to do the issue
Cant report a problem via CLI due to this :/
@ds300 can I add a check here to avoid sending requests to the Github page URL with more than the permitted length?
https://github.com/ds300/patch-package/blob/0b9b0150a2348bf53087198fcad84e862a35eebb/src/createIssue.ts#L99-L124
Sure!
Awesome, @ds300 ! Here's the PR https://github.com/ds300/patch-package/pull/469
Feedback is welcome
Hey, had to create a new PR since the old was closed when I merged the latest repo changes to my forked repo.