From 0b03a79adfde0a7887d6a28d5315f96573c47155 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Wed, 12 Aug 2020 10:12:56 -0700 Subject: [PATCH] actually use 80 for ping (mistakenly went full send to 60) --- .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 6cd2c6db7f7..df8324ec135 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -26,5 +26,5 @@ jobs: closeDays: 7 additionalTeam: "cleidigh|usernamehw|gjsjohnmurray|IllusionMH" 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: 60 + pingDays: 80 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." -- GitLab