Skip to content

Commit 58b50ab

Browse files
authored
Increase default PR limit from 35 to 50
1 parent e505b3a commit 58b50ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
workflow_call:
1919
inputs:
2020
pr-limit:
21-
default: 35
21+
default: 50
2222
type: number
2323
dry-run:
2424
default: false # don't dry-run by default when called from another workflow

0 commit comments

Comments
 (0)