Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Revert "Workaround issue where Update Dependencies tool would sometimes overwrite PRs (#6456)" #6465

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

Merged
merged 1 commit into from
May 30, 2025

Conversation

lbussell
Copy link
Contributor

This reverts commit 5ca09ee.

We weren't getting dependency updates. Update-dependencies was generating updates, but it was silently exiting without creating a PR.

Turns out that is because the Microsoft.DotNet.VersionTools..etc..PullRequestCreator class skips all logic if you set ForceCreate = true.

By reverting this we unblock dependency update PRs. For now I can accept that Update-dependencies tool can overwrite the wrong pull request (#6427) will just happen sometimes.

https://github.com/dotnet/arcade/blob/086a1771875b63404b4a710d27250fe384dc2810/src/VersionTools/Microsoft.DotNet.VersionTools/Automation/PullRequestCreator.cs#L80

@lbussell lbussell requested a review from a team as a code owner May 30, 2025 16:43
@lbussell lbussell enabled auto-merge (squash) May 30, 2025 17:03
@lbussell lbussell merged commit d1bf85d into dotnet:nightly May 30, 2025
102 checks passed
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants