Open RileyWilliams opened 2 months ago
(I'll fix the end-to-end CI to be run correctly from forks in a separate PR)
@RileyWilliams For what it's worth, it's not a "strict" character limit. For example, this comment has over 70,000 characters which blows well-past the 2^16 = 65,536 characters limit enforced by GitHub.
Here's an example of another GitHub Action which does take character limit into account when posting the Terraform plan output in the PR comment: DevSecTop/TF-via-PR. Note, I'm the project maintainer, which is why I'm here on the look-out for use-cases/feature-requests that users are seeking from these sort of Actions.
Motivation
To support Github's character limit of
65536
characters, optionally display a link to the artefact files in case the plan is too longer to render as a comment.