Skip to content

Commit e98d72e

Browse files
committed
fix: fetch first 100 check suites in PR checker
10 is not enough, as we have around 25 GitHub checks nowadays.
1 parent d0215d6 commit e98d72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/queries/PRCommits.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ query Commits($prid: Int!, $owner: String!, $repo: String!, $after: String) {
2525
message
2626
messageHeadline
2727
authoredByCommitter
28-
checkSuites(first: 10) {
28+
checkSuites(first: 100) {
2929
nodes {
3030
conclusion,
3131
status

0 commit comments

Comments
 (0)