Skip to content

Commit b863175

Browse files
authored
chore: bump page size for documentation reminder
1 parent 76d79ae commit b863175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/missing-documentation-reminder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
const { data: { items: pullRequests } } = await github.rest.search.issuesAndPullRequests({
3232
q: query,
33-
per_page: 1
33+
per_page: 100
3434
});
3535
3636
console.log(pullRequests)
@@ -55,4 +55,4 @@ jobs:
5555
5656
If you are an author of one of these PRs, please consider updating the boook in `/docs` with appropriate documentation.
5757
Thank you!
58-
edit-mode: replace
58+
edit-mode: replace

0 commit comments

Comments
 (0)