derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
51 stars 18 forks source link

feat: add pagination to branches API request #44

Closed Tjitse-E closed 1 year ago

Tjitse-E commented 1 year ago

Description octokit.repos.listBranches() fetches 30 branches by default, we now fetch all the possible branches.

Related issue(s) Fixes #43

Tjitse-E commented 1 year ago

@derberg could you have a look? Let me know if I should change something.