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