From 6cfef6d15deacf7b1f1fe3322b2b84f8495337e1 Mon Sep 17 00:00:00 2001 From: Coco Sheng Date: Wed, 20 May 2026 17:10:15 -0400 Subject: [PATCH] chore: remove accidental debugging limit --- .github/scripts/gemini-lifecycle-manager.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/gemini-lifecycle-manager.cjs b/.github/scripts/gemini-lifecycle-manager.cjs index 024e6815d8..a9e0db5c59 100644 --- a/.github/scripts/gemini-lifecycle-manager.cjs +++ b/.github/scripts/gemini-lifecycle-manager.cjs @@ -88,7 +88,6 @@ module.exports = async ({ github, context, core }) => { order: 'asc', }, ); - items = items.slice(0, 2); core.info(`Found ${items.length} items.`); for (const item of items) { try {