-
Notifications
You must be signed in to change notification settings - Fork 21
Tester needs to accept a page size argument #98
Copy link
Copy link
Closed
Labels
Description
Related to #97, the dotnet/dotnet-api-docs training resulted in timeouts trying to download pull requests through Tester. Tester does not accept an argument for page size though, so this could not be worked around.
This would need:
- Tester to accept
--pull-page-sizeand--issue-page-sizearguments - The
test-pulls.ymlandtest-issues.ymlworkflows to acceptpage_sizeinputs and pass them through - The
train.ymlworkflow to accept these inputs and pass them through (unless we hit the max inputs limit)
Reactions are currently unavailable