Problem:
When the E2E tests fail, we create an issue like this and try to add a comment explaining what went wrong: #58907
When the comment is too long it causes and error and doesn't post it like so:
GraphQL: Body is too long (maximum is 65536 characters) (addComment)
This causes confusion because there are now two errors, the comment one not being related to the PR or the E2E tests but a limitation in the workflow.
Solution:
Stop trying to post the comment because the output that the comment is trying to post is already in the workflow logs
cc @AndrewGable @tgolen
Issue Owner
Current Issue Owner: @lydiabarclay