Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: limit size of status description to 140 char
```ts HttpError: Validation Failed: {"resource":"Status","code":"custom","field":"description","message":"description is too long (maximum is 140 characters)"} - https://docs.github.com/rest/commits/statuses#create-a-commit-status at file:///home/runner/work/_actions/sclorg/testing-farm-as-github-action/v2/node_modules/@octokit/core/node_modules/@octokit/request/dist-bundle/index.js:106:1 at processTicksAndRejections (node:internal/process/task_queues:95:5) at Job.doExecute (file:///home/runner/work/_actions/sclorg/testing-farm-as-github-action/v2/node_modules/bottleneck/light.js:405:1) ```
- Loading branch information