Skip to content

Commit

Permalink
Update discussion_auto_response.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImranR98 authored Feb 23, 2025
1 parent 5958bbe commit 5b4f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discussion_auto_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
}
);

await new Promise(resolve => setTimeout(resolve, 5000 * 60)) // Give GitHub time to email the user about the above comment
await new Promise(resolve => setTimeout(resolve, 1000 * 60 * 2)) // Give GitHub time to email the user about the above comment

await github.graphql(`
mutation($discussionId: ID!) {
Expand Down

0 comments on commit 5b4f6e7

Please sign in to comment.