We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5dd682 + e664aad commit e16e06aCopy full SHA for e16e06a
1 file changed
github/types.go
@@ -34,7 +34,7 @@ type WorkflowRun struct {
34
// CheckSuiteNode represents the information about the check suite information of the Node
35
type CheckSuiteNode struct {
36
WorkflowRun WorkflowRun
37
- CheckRuns CheckRuns `graphql:"checkRuns(first: 100)"`
+ CheckRuns CheckRuns `graphql:"checkRuns(first: 25)"`
38
}
39
40
// CheckSuites represents the information about the check suite of a slice of Nodes
@@ -93,7 +93,7 @@ type EdgeRootNode struct {
93
AuthoredDate githubv4.DateTime
94
Author Author
95
StatusCheckRollup StatusCheckRollup
96
- CheckSuites CheckSuites `graphql:"checkSuites(first: 100)"`
+ CheckSuites CheckSuites `graphql:"checkSuites(first: 20)"`
97
Status NodeStatus
98
99
0 commit comments