Skip to content

Commit 7467641

Browse files
authored
Update auto-assign.yml
1 parent 96e3f96 commit 7467641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
const { owner, repo } = context.repo;
5959
6060
// Default assignment limit is 2 if not configured
61-
const maxAssignments = parseInt(process.env.MAX_OPEN_ASSIGNMENTS || '2');
61+
const maxAssignments = parseInt(process.env.MAX_OPEN_ASSIGNMENTS || '6');
6262
6363
// New contributors get only 1 assignment
6464
let userMaxAssignments = maxAssignments;

0 commit comments

Comments
 (0)