You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If message body exceeds githubs max char limit, it fails. Would it be possible to count characters in message and split into separate comment calls if necessary.
Expected Behavior
split messsage into separate comments/multiple comments if char limit is exceeded
Use Case
Fails to comment on PR if message body is too long.
Describe Ideal Solution
Split into multiple comments
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
If message body exceeds githubs max char limit, it fails. Would it be possible to count characters in message and split into separate comment calls if necessary.
Expected Behavior
split messsage into separate comments/multiple comments if char limit is exceeded
Use Case
Fails to comment on PR if message body is too long.
Describe Ideal Solution
Split into multiple comments
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: