mirror of
https://github.com/flatcar/Flatcar.git
synced 2026-03-29 00:51:31 +01:00
The April contributors report action failed with
Validation Failed: {"resource":"Issue","code":"custom","field":"body","message":"body is too long (maximum is 65536 characters)"}
(https://github.com/flatcar/Flatcar/actions/runs/8776875403)
This is caused by the markdown report being too big.
This change splits the report: Contributions, discussions, advisories,
and issues are posted in the iussue summary, and PR stats are posted
separately in an issue comment.
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>