trstringer / manual-approval

Pause your GitHub Actions workflow and request manual approval from set approvers before continuing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue body maximum is 65536 characters

jrarmstro opened this issue · comments

commented

This Action should note that maximum size of an issue body is 65536 characters. Attempting to create an issue larger than this results in:

422 Validation Failed [{Resource:Issue Field:body Code:custom Message:body is too long (maximum is 65536 characters)}]

It probably makes sense to emit a warning and truncate issue bodies which exceed this limit.

+1
Deployment workflow shouldn't fail due to this , better to give a warning and omit the exceeded characters.

i suggest to split the issue in multiple comments when the body size exceed the maximum issue body.

Please stop commenting "+1" (it triggers unnecessary notification for others). Upvote the first post instead.