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
Hi everyone!
I'm currently experiencing the following problem while trying to comment on a pr.
put failed: failed to post comment: POST https://.../1731/comments: 422 Validation Failed [{Resource:IssueComment Field:data Code:unprocessable Message:Body is too long (maximum is 65536 characters)}]
Is there any way to either shorten the message or increase the maximum character number? Thanks!
The text was updated successfully, but these errors were encountered:
The errors are from the GitHub API itself, not sure if it's really viable to truncate it for people, do you expect this resource to slice it up into chunks of comments?
On our Concourse installation at Gstack, that one is working fine. Could you give a try and provide feedback there?
(the new resource is a drop-in replacement; you only have to switch telia-ossto cfcommunity in in the resource_types: declaration, i.e. specify repository: cfcommunity/github-pr-resource)
Hi everyone!
I'm currently experiencing the following problem while trying to comment on a pr.
put failed: failed to post comment: POST https://.../1731/comments: 422 Validation Failed [{Resource:IssueComment Field:data Code:unprocessable Message:Body is too long (maximum is 65536 characters)}]
Is there any way to either shorten the message or increase the maximum character number? Thanks!
The text was updated successfully, but these errors were encountered: