Skip to content
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

Handle too long error #124

Closed
suzuki-shunsuke opened this issue Sep 16, 2020 · 0 comments · Fixed by #125
Closed

Handle too long error #124

suzuki-shunsuke opened this issue Sep 16, 2020 · 0 comments · Fixed by #125
Labels
enhancement New feature or request
Milestone

Comments

@suzuki-shunsuke
Copy link
Owner

suzuki-shunsuke commented Sep 16, 2020

ref. macklinu/danger-plugin-jest#52

{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "IssueComment",
      "code": "custom",
      "field": "body",
      "message": "body is too long (maximum is 65536 characters)"
    }
  ],
  "documentation_url": "https://developer.github.com/v3/issues/comments/#edit-a-comment"
}

https://docs.github.com/en/rest/reference/issues#create-an-issue-comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant