Merge pull request #1647 from cli/fix-query

fix butchered query
This commit is contained in:
Nate Smith 2020-09-09 10:59:31 -05:00 committed by GitHub
commit c42d2aebb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,10 +280,10 @@ func PullRequests(client *Client, repo ghrepo.Interface, currentPRNumber int, cu
contexts(last: 100) {
nodes {
...on StatusContext {
context
state
}
...on CheckRun {
conclusion
status
}
}