Skip to content

Commit 0102c17

Browse files
Merge pull request #122 from DiogoRibeiro7/chore/restart
chore: develop
2 parents 61c4e0b + 1cecb5a commit 0102c17

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)