We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
namely scala/scala3#802
The text was updated successfully, but these errors were encountered:
the problem is that GithubApi.pullRequestCommits is only returning the first 30 commits:
scala> val c = new scabot.cli.CLI("dotty") c: scabot.cli.CLI = scabot.cli.CLI@316e30f5 scala> c.await(c.api.pullRequestCommits(802)).size res2: Int = 30
this PR has more than 30 commits, but Scabot thinks the 30th one is the last one.
Sorry, something went wrong.
816d66b
Merge pull request #49 from SethTisue/issue/48
2903046
fix #48 (handle more than 30 commits in a PR)
SethTisue
No branches or pull requests
namely scala/scala3#802
The text was updated successfully, but these errors were encountered: