feat(FN-5052): complete Step 4 — gate in-review stall surfacing on autoMerge
Fusion-Task-Id: FN-5052 Fusion-Task-Lineage: 607cd9e6-e4d0-4572-b183-8253d127209f
This commit is contained in:
committed by
gsxdsm
parent
3ec0d3b82a
commit
0f1d030c5d
@@ -3578,6 +3578,7 @@ export class SelfHealingManager {
|
||||
try {
|
||||
const settings = await this.store.getSettings();
|
||||
if (settings.globalPause || settings.enginePaused) return 0;
|
||||
if (!settings.autoMerge) return 0;
|
||||
|
||||
const cycleStartMs = Date.now();
|
||||
const timeoutMs = settings.taskStuckTimeoutMs;
|
||||
|
||||
Reference in New Issue
Block a user