`ci delete` does a maximum of 20 deletions, whereas `ci list` shows a maximum of 30
These should probably be consistent as it is confusing to the user.
The following discussion from !1259 should be addressed:
- [ ] @jay_mccure started a [discussion](https://gitlab.com/gitlab-org/cli/-/merge_requests/1259#note_1377658422): (+1 comment)
> Seems like this is an existing bug (or discrepancy). I was wondering why `glab ci list --status success` and `glab ci delete --status success --dry-run` were returning different results. It turns out that `ci list` explicitly sets the amount to 30, whereas `ci delete` uses the default (which is 20).
>
> It probably needs to be changed to be 30 or at least documented. I can raise a separate issue for this.
issue