change ping interval to 14 days and close interval to 30 (#11943)

This commit is contained in:
browntarik
2024-02-09 09:17:53 -08:00
committed by GitHub
parent 33dce288dd
commit 98c6222154
@@ -24,7 +24,7 @@ jobs:
readonly: ${{ github.event.inputs.readonly }}
labels: more info needed
ignoreLabels: debugger,internal
closeDays: 60
closeDays: 30
closeComment: "This issue has been closed because it needs more information and has not had recent activity."
pingDays: 80
pingDays: 14
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."