github-community-projects / github-community-projects/safe-settings
commentmessage can be too big and fail
- Dominant language
- JavaScript
- Stars
- 921
- Forks
- 226
- Avg merge
- 18h 3m
- Merged PRs (30d)
- 14
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
Contributor guide
Assessment
This issue has not been assessed yet.