Number of items displayed with gh pr status
#12278
-
|
When using: I get the status of the first 10 pull requests that are created by me, although I;ve created 143 pull requests (as note by means if "And 133 more"). When using: I saw similar problems, but here it is possible to use the How to accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The 10-item limit in |
Beta Was this translation helpful? Give feedback.
The 10-item limit in
gh pr statusis hardcoded with no CLI option to change it (/pkg/cmd/pr/status/http.go:70,139-146). Usegh pr list -A @me -L 143 --json number,title,mergeableto see all PRs with merge status instead.