Open
Description
Problem Description
There is a limit to comment in checks api summary. When there are a large number of changes (like changing a setting across all repos), this API call can fail, casuing no completion status to ever be posted
What is actually happening
Check run stays pending
What is the expected behavior
Check run completes
A simple solution we are using is to just make sure the comment fits in summary limits
but its not super pretty. I can implenent this solution if we want