Fixes `panic: unsupported status: ""` This occurs when a CheckRun has status "IN_PROGRESS" (or any other than "COMPLETED") and when its `conclusion` would be null. I previously didn't account for this. This adds support for parsing state of an in-progress CheckRun. |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| fake_http.go | ||
| pull_request_test.go | ||
| queries.go | ||
| queries_issue.go | ||
| queries_repo.go | ||