You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesgkampitakis#19
This increases the page size from the default 30 to the maximum of 100.
It then uses `octokit.paginate` to automatically fetch all pages.
I noticed that the action doesn't work on a PR with 1100 files.
I saw the following on the documentation:
I believe the action should use pagination as described here:
https://octokit.github.io/rest.js/v20#pagination
github-action-todo-commenter/src/pr-files.ts
Lines 17 to 24 in 16afed7
The text was updated successfully, but these errors were encountered: