Skip to content

Commit 1cecb5a

Browse files
committed
chore: develop
1 parent c9b463f commit 1cecb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActionMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function run(): Promise<void> {
4848
return true;
4949
});
5050

51-
const todosToCreate = limitTodos(uniqueTodos, 5);
51+
const todosToCreate = limitTodos(uniqueTodos, 20);
5252

5353
for (const todo of todosToCreate) {
5454
await createIssueIfNeeded(

0 commit comments

Comments
 (0)