-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
422 error 'body is too long' #374
Comments
What can be done about this? Any workarrounds? |
I've also experienced this issue. Are there any workarounds now in 2025? edit: I didn't find a workaround, but I dit find the root cause of the 'too long release note', which was caused by Github inability to determine the previous version automatically for tags when there are multiple tags on a commit. After I tried to create the release manually, I noticed that for my release it created releasenotes for the entire history instead of just compared to the previous release. After looking at how the 'previous' release tag is determined, I stumbled upon this thread: https://github.com/orgs/community/discussions/149281#discussioncomment-12071170
In our deployment process we create deployment tags that are separate from the repository version, such that:
With this knowledge combined I have now modified our release creation to use the standard version instead of the one with the deployment tag. Which works since now it is also the first tag alphabetically on that commit. |
when running this example workflow step against an older repo with a lot of commits:
it fails with
I would expect the action to truncate the
body
to 125000 charactersThe text was updated successfully, but these errors were encountered: