Remove recursive tree handling
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the github client we are using makes a single recursive request to fetch all files in the repo. We should trim it down to 2 requests, one for drafts and the other for posts. The recursive request hanges at ~5k files in the repo.
Shifting this to two requests would be a bit slower, but will not be hanging the machine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.