You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR body/Issue comments are still stored in MySQL as a mediumblob with a maximum value length of 262,144. This equals a limit of 65,536 4-byte unicode characters.
When I use this action to post giant comments that exceed the limit, they will fail (by definition). Can you think of ways to work around this work? For example, can this action detect the size of the comment and save the comment in a gist or something and then add a PR comment to link to it? Thoughts?
The text was updated successfully, but these errors were encountered:
PR comments have a max size of 65KB, see
When I use this action to post giant comments that exceed the limit, they will fail (by definition). Can you think of ways to work around this work? For example, can this action detect the size of the comment and save the comment in a gist or something and then add a PR comment to link to it? Thoughts?
The text was updated successfully, but these errors were encountered: