You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've seen quite a few times that we're rate limited by GitHub due to multiple API calls. This happens in cases where we have to paginate across results for listWorkflowRuns request.
We've seen quite a few times that we're rate limited by GitHub due to multiple API calls. This happens in cases where we have to paginate across results for
listWorkflowRuns
request.Example
Usage A.
Usage B.
Here, the usage B will be more efficient as branch is an accepted parameter for
listWorkflowRuns
request.The text was updated successfully, but these errors were encountered: