Skip to content

Commit

Permalink
chore: bump page size for documentation reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll authored Feb 8, 2025
1 parent 76d79ae commit b863175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/missing-documentation-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
const { data: { items: pullRequests } } = await github.rest.search.issuesAndPullRequests({
q: query,
per_page: 1
per_page: 100
});
console.log(pullRequests)
Expand All @@ -55,4 +55,4 @@ jobs:
If you are an author of one of these PRs, please consider updating the boook in `/docs` with appropriate documentation.
Thank you!
edit-mode: replace
edit-mode: replace

0 comments on commit b863175

Please sign in to comment.