-
Notifications
You must be signed in to change notification settings - Fork 73
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
Split summary comment if exceeded max characters #647
Split summary comment if exceeded max characters #647
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
did you verify that the new added line + split comment length doesn't pass the max possible chars in a comment?
-
what happens if the split it exactly in one of the titles? the first part of the title will get the ## or ### and will be presented in a big and bold font, but the second part of the title will not. will it present it as we want?
On BitBucket, they limit the maximum number of characters per comment.
In case we have a PR that has a lot of issues, this results in an error when trying to create the comment:
11:07:00 [Error] couldn't add pull request comment: Status: 400 Bad Request, Body: {"errors":[{"context":"text","message":"Please enter a non-empty value less than 32768 characters","exceptionName":null}]}
For Azure, the limit for description size is 4000 chars, if exceeded it creates the following error:
Changes: