mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-23 12:44:30 +00:00
fix: exclude label changes from meaningful activity check
This commit is contained in:
2
.github/scripts/gemini-lifecycle-manager.cjs
vendored
2
.github/scripts/gemini-lifecycle-manager.cjs
vendored
@@ -252,8 +252,6 @@ module.exports = async ({ github, context, core }) => {
|
||||
'connected',
|
||||
'reopened',
|
||||
'assigned',
|
||||
'labeled',
|
||||
'unlabeled',
|
||||
].includes(e.event)
|
||||
) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user