Skip to content

Commit e24b238

Browse files
committed
Reduce the amount of checkRuns
1 parent c4ef99e commit e24b238

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: 100)"`
39+
} `graphql:"checkRuns(first: 10)"`
4040
}
4141
} `graphql:"checkSuites(first: 10)"`
4242
Status struct {

0 commit comments

Comments
 (0)