-
Notifications
You must be signed in to change notification settings - Fork 7
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 in listJobsForWorkflowRunAttempt
#51
Comments
@ben-z |
Just came across some pagination code from another repo, it's a good reference in case we want to implement it here. |
@ben-z |
I recently started experimenting with this project, but I'm observing that only around 30 out of my 61 jobs are shown in the resulting gantt chart. It appears that the default page size is 30: https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28#list-jobs-for-a-workflow-run-attempt. Could you support pagination?
The text was updated successfully, but these errors were encountered: