Skip to content

Commit 0c16a6b

Browse files
committed
fix butchered query
1 parent 011045a commit 0c16a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/queries_pr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,10 @@ func PullRequests(client *Client, repo ghrepo.Interface, currentPRNumber int, cu
280280
contexts(last: 100) {
281281
nodes {
282282
...on StatusContext {
283-
context
284283
state
285284
}
286285
...on CheckRun {
286+
conclusion
287287
status
288288
}
289289
}

0 commit comments

Comments
 (0)