octokit / source-generator

6 stars 3 forks source link

bug: PR diff is failing on large PRs #56

Open nickfloyd opened 3 months ago

nickfloyd commented 3 months ago

When attempting to fetch https://github.com/octokit/dotnet-sdk/pull/55, it simply prints Failed to fetch PR diff. and returns, perhaps because it's not equipped to handle changes of the scale of the PR (2277 files changed at the time of writing).

See the originating PR for more information