Skip to content

Commit

Permalink
descrease PRs per page
Browse files Browse the repository at this point in the history
  • Loading branch information
garrrikkotua committed Oct 7, 2024
1 parent 43231f5 commit 425e2d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BaseQuery from './baseQuery'
class PullRequestsQuery extends BaseQuery {
repo: Repo

constructor(repo: Repo, githubToken: string, perPage = 20) {
constructor(repo: Repo, githubToken: string, perPage = 5) {
const pullRequestsQuery = `{
repository(owner: "${repo.owner}", name: "${repo.name}") {
pullRequests(last: ${perPage}, \${beforeCursor}) {
Expand Down

0 comments on commit 425e2d2

Please sign in to comment.