-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
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
CreateBaselineUpdatePR
failing in SDK Diff Pipeline with HTTP Error
#4459
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
It's possible that a race condition is occurring here... This would help to explain why I cannot repro the issue locally. |
Did a test run where I added logic to make |
The tool now works in the pipelines without any changes having been made. I think that this issue still deserves some investigation, but it's a bit difficult to pinpoint what the error is if its indeterminate. |
CreateBaselineUpdatePR
tool failed for this build (internal Microsoft link) with the following error:I tried to repro this locally, but I was unsuccessful. In fact, I was able to successfully create the PR by running the tool with the downloaded files from this build. It produced this PR: dotnet/sdk#41514.
There's not much Octokit documentation on this issue, and nothing has changed to the tool recently that would cause this. It'd be interesting to see if the run of the sdk diff pipeline tomorrow will be able to successfully run the tool without the error.
The text was updated successfully, but these errors were encountered: