Open
Description
I am trying to release JupyterLab 3.6 and failing on https://github.com/echarles/jupyter_releaser/actions/runs/5374724197/jobs/9750411116
with
====Error Body====
{
"message": "Invalid request.\n\nFor 'properties/body', true is not a string or null.",
"documentation_url": "https://docs.github.com/rest/reference/pulls#create-a-pull-request"
}
This is probably du to recent changes in jhapi changes, see #512 by @blink1073
I discussed that with @jtpio and @fcollonval who proposed to migrate JupyterLab to Jupyter Release V2. However other repos may still depend on 1.x. Should we pin "ghapi<=1.0.4"
also for 1.x?