Skip to content

Commit

Permalink
ci: increase page size of GH PR API call (#13518)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Mar 9, 2021
1 parent 6e48251 commit 40fc144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_check_no_file_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit 40fc144

Please sign in to comment.