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
52 stars 18 forks source link

feat: add support for paging and therefore more than 100 repos #19

Closed derberg closed 3 years ago

derberg commented 3 years ago

Resolves #9

I removed graphql usage from getting list of repos as there is no official plugin for pagination and I didn't want to work on it. Now rest is used to get list of repos and official pagination plugin.