Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncate issue comments #166

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

jakebailey
Copy link
Member

@jakebailey jakebailey commented Jul 23, 2024

https://typescript.visualstudio.com/TypeScript/_build/results?buildId=162915&view=logs&j=15ac8a4d-b341-5815-5352-14d7ae9c5a86&t=b4a5e2cd-8727-5d20-e3d3-86822d3c46a6 failed because it tried to send a comment that was too long.

Truncate these with a message instead of failing.

We could chunk them like the other thing, maybe.

@armanio123
Copy link
Member

I like better this solution instead of doing chunks. I feel like we still want to truncate the comments in case they are too long because most likely they are going to be annoying to handle, maybe even to a more manageable size and not necessarily the max amount.

We can define the size, if necessary, after some weeks of dealing with this.

@jakebailey jakebailey merged commit 06a65d2 into microsoft:main Jul 23, 2024
2 checks passed
@jakebailey jakebailey deleted the truncate-issues branch July 23, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants