Skip to content

Commit ca0212c

Browse files
committed
checkruns to 25
1 parent e24b238 commit ca0212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/github-query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type githubQuery struct {
3636
Title githubv4.String
3737
Conclusion githubv4.String
3838
}
39-
} `graphql:"checkRuns(first: 10)"`
39+
} `graphql:"checkRuns(first: 25)"`
4040
}
4141
} `graphql:"checkSuites(first: 10)"`
4242
Status struct {

0 commit comments

Comments
 (0)