From 32643db3e2e1ee880c03096cdeb2f30dc0b16d70 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Sun, 12 Apr 2020 23:13:05 -0700 Subject: [PATCH] Bump ping delay up to 200 days --- .github/workflows/needs-more-info-closer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/needs-more-info-closer.yml index 1aec7f961f4..8ad8fb2686d 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -22,5 +22,5 @@ jobs: label: needs more info closeDays: 7 closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" - pingDays: 300 + pingDays: 200 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."