We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c05b8 commit 1ffa431Copy full SHA for 1ffa431
.github/workflows/auto-lock-submissions.yml
@@ -31,7 +31,7 @@ jobs:
31
});
32
33
// Add a small delay to ensure comment is posted before locking
34
- await new Promise(resolve => setTimeout(resolve, 5000)); // 5-second delay
+ await new Promise(resolve => setTimeout(resolve, 10000)); // 10-second delay
35
36
// Lock the issue with 'resolved' reason
37
await github.rest.issues.lock({
0 commit comments