gruntwork-io / terragrunt-action

A GitHub Action for installing and running Terragrunt
Apache License 2.0
99 stars 38 forks source link

Add handling of long PR comments #72

Closed denis256 closed 3 months ago

denis256 commented 3 months ago

Description

Updated GitHub action to handle long PR comments.

Fixes #71.

Example output:

image

However, long outputs may be rejected by Github:

{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "IssueComment",
      "code": "unprocessable",
      "field": "data",
      "message": "Body is too long (maximum is 65536 characters)"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/issues/comments#create-an-issue-comment"
}

Release Notes (draft)

Added / Removed / Updated [X].

Updated action comment flow to handle long comments

Migration Guide

N/A