mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
ci: increase page size of GH PR API call (#13518)
This commit is contained in:
@@ -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"
|
||||
FILES=$(curl -s -X GET -G "${URL}" | jq -r '.[] | .filename')
|
||||
|
||||
REGEXES=()
|
||||
|
||||
Reference in New Issue
Block a user