Skip to content

Conversation

@marcusksb
Copy link

@marcusksb marcusksb commented Dec 17, 2025

Context

Currently when using the @collaborators/push flag for the admins it loads only the first 30 collaborators of the repository because the auto_paginate flag in octokit is set to false and the page size is 30. See API documentation https://docs.github.com/de/rest/collaborators/collaborators?apiVersion=2022-11-28

This leads to the issue that some collaborators dont get admin access to the pullpreview.

Changes

  • Load all collaborators with push permission in expanded_admins

@marcusksb marcusksb changed the title fix: load first 100 collaborators with push permission fix: load all collaborators with push permission Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant