villebro commented on a change in pull request #13518:
URL: https://github.com/apache/superset/pull/13518#discussion_r590010455
##########
File path: scripts/ci_check_no_file_changes.sh
##########
@@ -27,7 +27,7 @@ if [[ -z ${PR_NUMBER} ]]; then
exit 1
fi
-URL="https://api.github.com/repos/${GITHUB_REPO}/pulls/${PR_NUMBER}/files"
+URL="https://api.github.com/repos/${GITHUB_REPO}/pulls/${PR_NUMBER}/files?per_page=1000"
Review comment:
I was actually intending to make a cleaner solution, this is to unblock
immediate PRs suffering from this. I'll fix this properly this week.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]