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 e24b238 commit ca0212cCopy full SHA for ca0212c
github/github-query.go
@@ -36,7 +36,7 @@ type githubQuery struct {
36
Title githubv4.String
37
Conclusion githubv4.String
38
}
39
- } `graphql:"checkRuns(first: 10)"`
+ } `graphql:"checkRuns(first: 25)"`
40
41
} `graphql:"checkSuites(first: 10)"`
42
Status struct {
0 commit comments