We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ab684 commit 6752dd6Copy full SHA for 6752dd6
github/types.go
@@ -87,7 +87,7 @@ type EdgeRootNode struct {
87
Message githubv4.String
88
PushedDate githubv4.DateTime
89
StatusCheckRollup StatusCheckRollup
90
- CheckSuites CheckSuites `graphql:"checkSuites(first: 10)"`
+ CheckSuites CheckSuites `graphql:"checkSuites(first: 20)"`
91
Status NodeStatus
92
}
93
0 commit comments