mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-24 05:04:28 +00:00
chore: remove accidental debugging limit
This commit is contained in:
1
.github/scripts/gemini-lifecycle-manager.cjs
vendored
1
.github/scripts/gemini-lifecycle-manager.cjs
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user