chore: remove accidental debugging limit

This commit is contained in:
Coco Sheng
2026-05-20 17:10:15 -04:00
parent ccd1854c66
commit 6cfef6d15d

View File

@@ -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 {