You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'Heads up: We had to unapply some stacks to apply this one',
17
-
message: `There were some conflicts detected when applying this branch into your workspace, so we automatically unapplied ${outcome.unappliedStacks.length}${outcome.unappliedStacks.length===1 ? 'stack' : 'stacks'}.
45
+
title: `Heads up: We had to unapply ${stackCount(outcome.unappliedStacks.length)}to apply this one`,
46
+
message: `There were some conflicts detected when applying this branch into your workspace, so we automatically unapplied ${prettyNamedListIfPossible(outcome.unappliedStacks.length,outcome.unappliedStacksShortNames)}.
18
47
You can always re-apply them later from the branches page.`
0 commit comments