We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When quering repositories, tabia only shows the first 1000 repositories.
./bin/tabia github -t <token> repositories -O philips-internal -F templated -T tabia-repository.tmpl > repositories.txt
The text was updated successfully, but these errors were encountered:
We are using the Graphql paging.
https://github.com/philips-labs/tabia/blob/develop/lib/github/repositories.go#L68-L79
Might be caused by api rate limits or some other sort of bug.
Sorry, something went wrong.
No branches or pull requests
Summary
When quering repositories, tabia only shows the first 1000 repositories.
Example
./bin/tabia github -t <token> repositories -O philips-internal -F templated -T tabia-repository.tmpl > repositories.txt
The text was updated successfully, but these errors were encountered: