Branch analysis is working great; coverage, smells, everything perfectly.
Only when I create a pull request, and make a new commit does this error occur.
100% of them time, when creating a new pull request, and adding a commit on top.
Also the pull request is valid, if I go to github pull request 6 is right there: https://github.com/REDACTED/REDACTED/pull/6
I did see another another SonarCloud user with a similar issue .
We checked and it would appear that the sonarcloud app has access to all of our repositories on github.
The only thing that seemed material was… the other sonarcloud user with an issue was using a private repo, where as ours was an internal repo. Perhaps Sonar doesn’t work with internal repositories yet?
Sonar scanner is doing a call to GitHub API to verify that the pull request that you provided in the properties exists, it appears there is some issue with this call.
To investigate further, I will start a private thread where you can share, your project key, organization key.