jupyter_releaser
jupyter_releaser copied to clipboard
Releaser 1.x is failing with Invalid request.\n\nFor 'properties/body', true is not a string or null.
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 https://github.com/jupyter-server/jupyter_releaser/pull/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?
I have just tried in my fork with the pin https://github.com/echarles/jupyter_releaser/commit/55e05ed66330909dfd9619762e48c41e7a84d127
Using that fix, the issue exact is still showing up.
====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" }
I'm afk all week
Thx for letting us know Steve. Enjoy your week off, we are taking care.