Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pagination when fetching workflows. #34

Open
chrisgavin opened this issue Apr 16, 2022 · 0 comments
Open

Support pagination when fetching workflows. #34

chrisgavin opened this issue Apr 16, 2022 · 0 comments

Comments

@chrisgavin
Copy link
Owner

We currently only fetch a maximum of 100 workflows from the repository if it's not checked out locally. Once cli/go-gh#23 is implemented, we should enable pagination so we can fetch all of them.

Alternatively we could use a different library for accessing the GitHub API such as go-github, but this then requires getting the authorization token out of the CLI config, which go-gh doesn't currently seem to offer a method for.

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

No branches or pull requests

1 participant