Skip to content

Commit 1ffa431

Browse files
Update auto-lock-submissions.yml
1 parent 42c05b8 commit 1ffa431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-lock-submissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
});
3232
3333
// Add a small delay to ensure comment is posted before locking
34-
await new Promise(resolve => setTimeout(resolve, 5000)); // 5-second delay
34+
await new Promise(resolve => setTimeout(resolve, 10000)); // 10-second delay
3535
3636
// Lock the issue with 'resolved' reason
3737
await github.rest.issues.lock({

0 commit comments

Comments
 (0)