mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
f9fd30275cf15945c2b798e6c562c7aae8bf02a6
output.text is set in each checks call.
If a GitHub checks contains more than 50 annotations, then the check is split into several calls. This fix makes sure that all additional calls will not only copy the properties `title` and `summary` but also the previously missing property `text`.
Description
Languages
Java
100%