Skip to content

Commit e16e06a

Browse files
authored
Merge pull request #35 from DocPlanner/fix/revert-check-runs-to-25
revert: roll checkSuites/checkRuns page sizes back to PR-#33 originals
2 parents c5dd682 + e664aad commit e16e06a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type WorkflowRun struct {
3434
// CheckSuiteNode represents the information about the check suite information of the Node
3535
type CheckSuiteNode struct {
3636
WorkflowRun WorkflowRun
37-
CheckRuns CheckRuns `graphql:"checkRuns(first: 100)"`
37+
CheckRuns CheckRuns `graphql:"checkRuns(first: 25)"`
3838
}
3939

4040
// CheckSuites represents the information about the check suite of a slice of Nodes
@@ -93,7 +93,7 @@ type EdgeRootNode struct {
9393
AuthoredDate githubv4.DateTime
9494
Author Author
9595
StatusCheckRollup StatusCheckRollup
96-
CheckSuites CheckSuites `graphql:"checkSuites(first: 100)"`
96+
CheckSuites CheckSuites `graphql:"checkSuites(first: 20)"`
9797
Status NodeStatus
9898
}
9999

0 commit comments

Comments
 (0)