Based on API document this API call has pagination mechanism implemented.
However with current implementation the ListRepositoryAccessRunnerGroup function doesn't have ListOptions to be passed in. Therefore it will only return first 30 repositories in the access list.
ListOptions needs to be supported so that it can fetch the full list of repositories that can access a self-hosted runner group.
Based on API document this API call has pagination mechanism implemented.
However with current implementation the ListRepositoryAccessRunnerGroup function doesn't have ListOptions to be passed in. Therefore it will only return first 30 repositories in the access list.
ListOptions needs to be supported so that it can fetch the full list of repositories that can access a self-hosted runner group.