diff --git a/.github/workflows/info-needed-closer.yml b/.github/workflows/info-needed-closer.yml index d7efbd19..5d345812 100644 --- a/.github/workflows/info-needed-closer.yml +++ b/.github/workflows/info-needed-closer.yml @@ -27,7 +27,7 @@ jobs: with: token: ${{secrets.GITHUB_TOKEN}} label: info-needed - closeDays: 30 + closeDays: 14 closeComment: "Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. \n\nHappy Coding!" - pingDays: 30 + 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."