The struct github.CheckSuite contains two fields with typos:
Rerequstable -> Rerequestable (because json:"rerequestable")
RunsRerequstable -> RunsRerequestable (because json:"runs_rerequestable")
The issue is easy to fix, but this will break backward compatibility. That's why I created the issue and I'm not sure if we should fix it.
The struct
github.CheckSuitecontains two fields with typos:Rerequstable->Rerequestable(becausejson:"rerequestable")RunsRerequstable->RunsRerequestable(becausejson:"runs_rerequestable")The issue is easy to fix, but this will break backward compatibility. That's why I created the issue and I'm not sure if we should fix it.