diff --git a/clients/githubrepo/graphql.go b/clients/githubrepo/graphql.go index 6f66da4408b..5599f491dcd 100644 --- a/clients/githubrepo/graphql.go +++ b/clients/githubrepo/graphql.go @@ -28,7 +28,7 @@ import ( ) const ( - pullRequestsToAnalyze = 30 + pullRequestsToAnalyze = 1 issuesToAnalyze = 30 issueCommentsToAnalyze = 30 reviewsToAnalyze = 30