Skip to content

Commit 98c6222

Browse files
authored
change ping interval to 14 days and close interval to 30 (#11943)
1 parent 33dce28 commit 98c6222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/more-info-needed-closer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
readonly: ${{ github.event.inputs.readonly }}
2525
labels: more info needed
2626
ignoreLabels: debugger,internal
27-
closeDays: 60
27+
closeDays: 30
2828
closeComment: "This issue has been closed because it needs more information and has not had recent activity."
29-
pingDays: 80
29+
pingDays: 14
3030
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."

0 commit comments

Comments
 (0)