|
# our tool had bug due to large changed file count, and I find the limit with DEBUG
DEBUG=api gh pr view --json files --jq '.files.[]'ref: Lines 104 to 106 in 2561f80 |
Answered by
mislav
Jan 30, 2023
Replies: 2 comments
|
Sorry that you've been bitten by this! Ideally, we would paginate and fetch all files entries internally instead of being limited to 100 entries. I'd rather fix this than document the current limitation (i.e. a bug). Please follow #5368 for updates |
0 replies
Answer selected by
liijunwei
|
issue notification subscribed, thanks 🙏 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry that you've been bitten by this! Ideally, we would paginate and fetch all files entries internally instead of being limited to 100 entries. I'd rather fix this than document the current limitation (i.e. a bug). Please follow #5368 for updates