Skip to content

Commit 425e2d2

Browse files
committed
descrease PRs per page
1 parent 43231f5 commit 425e2d2

File tree

1 file changed

+1
-1
lines changed
  • services/libs/integrations/src/integrations/github/api/graphql

1 file changed

+1
-1
lines changed

services/libs/integrations/src/integrations/github/api/graphql/pullRequests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import BaseQuery from './baseQuery'
55
class PullRequestsQuery extends BaseQuery {
66
repo: Repo
77

8-
constructor(repo: Repo, githubToken: string, perPage = 20) {
8+
constructor(repo: Repo, githubToken: string, perPage = 5) {
99
const pullRequestsQuery = `{
1010
repository(owner: "${repo.owner}", name: "${repo.name}") {
1111
pullRequests(last: ${perPage}, \${beforeCursor}) {

0 commit comments

Comments
 (0)