Skip to content

Commit 6752dd6

Browse files
authored
chore: increase the check suites to check (#30)
1 parent e1ab684 commit 6752dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type EdgeRootNode struct {
8787
Message githubv4.String
8888
PushedDate githubv4.DateTime
8989
StatusCheckRollup StatusCheckRollup
90-
CheckSuites CheckSuites `graphql:"checkSuites(first: 10)"`
90+
CheckSuites CheckSuites `graphql:"checkSuites(first: 20)"`
9191
Status NodeStatus
9292
}
9393

0 commit comments

Comments
 (0)