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 43231f5 commit 425e2d2Copy full SHA for 425e2d2
services/libs/integrations/src/integrations/github/api/graphql/pullRequests.ts
@@ -5,7 +5,7 @@ import BaseQuery from './baseQuery'
5
class PullRequestsQuery extends BaseQuery {
6
repo: Repo
7
8
- constructor(repo: Repo, githubToken: string, perPage = 20) {
+ constructor(repo: Repo, githubToken: string, perPage = 5) {
9
const pullRequestsQuery = `{
10
repository(owner: "${repo.owner}", name: "${repo.name}") {
11
pullRequests(last: ${perPage}, \${beforeCursor}) {
0 commit comments