pratikmallya / autolabeler-codeowners

✨🏷️ Github Action to add labels to PRs based on CODEOWNERS
MIT License
8 stars 8 forks source link

Process all changed files rather than just the first 100 #2

Open pratikmallya opened 4 years ago

pratikmallya commented 4 years ago

https://octokit.github.io/rest.js/#usage currently it processes only the first 100 changed files (max page size). Change this to get all the files.