From a630fad41eabafd90c3b746dda733018c26bc006 Mon Sep 17 00:00:00 2001 From: Kashyap Murali <13315300+katchu11@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:29:08 -0700 Subject: [PATCH] Test: Trigger CI failure for auto-fix workflow --- src/utils/retry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/retry.ts b/src/utils/retry.ts index bdcb541..5cb95a1 100644 --- a/src/utils/retry.ts +++ b/src/utils/retry.ts @@ -38,3 +38,4 @@ export async function retryWithBackoff( console.error(`Operation failed after ${maxAttempts} attempts`); throw lastError; } +// Test change to trigger CI