Skip to content

Use GitHubPaginator for all list GitHub api calls #109

@soullivaneuh

Description

@soullivaneuh

For example, this is wrong:

foreach ($this->githubClient->pullRequests()->all(static::GITHUB_GROUP, $repositoryName) as $pullRequest) {

Because if a project has many opened PR, we will have only the page 1, not all of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions