fix(FN-4475): complete Step 5 — add changeset and keep lint green
Fusion-Task-Id: FN-4475 Fusion-Task-Lineage: cb285fff-18e6-4bad-8f22-9158c99337f5
This commit is contained in:
5
.changeset/fn-4475-empty-cherry-pick-fallback.md
Normal file
5
.changeset/fn-4475-empty-cherry-pick-fallback.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@runfusion/fusion": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix merger history-preserving cherry-pick fallback handling so empty `-X ours` / `-X theirs` picks are treated as already-on-main no-ops instead of merge conflicts that park tasks.
|
||||||
@@ -462,8 +462,6 @@ export function WorkflowResultsTab({
|
|||||||
if (skipped > 0) summaryParts.push(`${skipped} skipped`);
|
if (skipped > 0) summaryParts.push(`${skipped} skipped`);
|
||||||
if (pending > 0) summaryParts.push(`${pending} running`);
|
if (pending > 0) summaryParts.push(`${pending} running`);
|
||||||
|
|
||||||
const advisoryFindings = results.filter((result) => result.status === "advisory_failure" || Boolean(result.notes?.trim()));
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="workflow-results-list" data-testid="workflow-results-list">
|
<div className="workflow-results-list" data-testid="workflow-results-list">
|
||||||
<div className="workflow-results-summary-bar" data-testid="workflow-results-summary">
|
<div className="workflow-results-summary-bar" data-testid="workflow-results-summary">
|
||||||
|
|||||||
Reference in New Issue
Block a user