jupyter_releaser icon indicating copy to clipboard operation
jupyter_releaser copied to clipboard

Releaser 1.x is failing with Invalid request.\n\nFor 'properties/body', true is not a string or null.

Open echarles opened this issue 2 years ago • 3 comments
trafficstars

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?

echarles avatar Jun 26 '23 07:06 echarles

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" }

echarles avatar Jun 26 '23 07:06 echarles

I'm afk all week

blink1073 avatar Jun 26 '23 12:06 blink1073

Thx for letting us know Steve. Enjoy your week off, we are taking care.

echarles avatar Jun 26 '23 12:06 echarles