We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df1120 commit da082fdCopy full SHA for da082fd
1 file changed
src/Microsoft.DotNet.Darc/DarcLib/VirtualMonoRepo/VmrForwardFlower.cs
@@ -274,7 +274,7 @@ protected override async Task<bool> OppositeDirectionFlowAsync(
274
275
// TODO https://github.com/dotnet/arcade-services/issues/5030
276
// This is only a temporary band aid solution, we should figure out the best way to fix the algorithm so the flow continues as expected
277
- await ValidateNothingGetsOverwritten(sourceRepo, headBranch, targetBranch);
+ await CheckManualCommitsInBranch(sourceRepo, headBranch, targetBranch);
278
279
// We will remove everything not-cloaked and replace it with current contents of the source repo
280
// When flowing to the VMR, we remove all files but the cloaked files
0 commit comments