diff --git a/.github/scripts/gemini-lifecycle-manager.cjs b/.github/scripts/gemini-lifecycle-manager.cjs index 43c5f207f6..c69f35706d 100644 --- a/.github/scripts/gemini-lifecycle-manager.cjs +++ b/.github/scripts/gemini-lifecycle-manager.cjs @@ -252,8 +252,6 @@ module.exports = async ({ github, context, core }) => { 'connected', 'reopened', 'assigned', - 'labeled', - 'unlabeled', ].includes(e.event) ) { return true;