The PatchUrlFinder should visit the original link shown in the error below, then proceed to its /commits endpoint to scrape commits. This repo has only 2 commits, so it is fair to say that it is an edge case.
Update: Larger error log reveals that this occurs primarily on repos with a very low number of commits (likely <34, which is the max # per page on github)
The PatchUrlFinder should visit the original link shown in the error below, then proceed to its
/commits
endpoint to scrape commits. This repo has only 2 commits, so it is fair to say that it is an edge case.Update: Larger error log reveals that this occurs primarily on repos with a very low number of commits (likely <34, which is the max # per page on github)