-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: bots
-
Labels:None
When creating a check run, the number of items contained cannot exceed 50:
{"message":"Invalid request.\n\nNo more than 50 items are allowed; 65 were supplied.","documentation_url":"https://developer.github.com/v3/checks/runs/#create-a-check-run"}
We should just report the first 50 even if there are more..
{"message":"Invalid request.\n\nNo more than 50 items are allowed; 65 were supplied.","documentation_url":"https://developer.github.com/v3/checks/runs/#create-a-check-run"}
We should just report the first 50 even if there are more..