Limit mypy primer comment to 30000 chars (#5396)

* Limit mypy primer comment to 30000 chars

GitHub enforces a limit of 64kB

Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
Sebastian Rittau
2021-05-10 15:51:58 +02:00
committed by GitHub
parent 1eb64b4372
commit 5f6dbe3d3e

View File

@@ -110,7 +110,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body,
body: body.substr(0, 30000), // About 300 lines
})
- uses: kanga333/comment-hider@9141763feccc8da773595675adc567d6616b6e6f