From 320fb1f31dff029e1f91dca725297af7888e7a7b Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Wed, 18 Nov 2020 21:26:10 -0700 Subject: [PATCH] Update stalebot configuration. --- .../ISSUE_TEMPLATE/general-questions-and-runtime-problems.md | 2 ++ .github/ISSUE_TEMPLATE/installation-questions.md | 2 ++ .github/stale.yml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md b/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md index 0e8b1ae..ec25761 100644 --- a/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md +++ b/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md @@ -17,6 +17,8 @@ Please answer these questions so we can help you. Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax +GitHub issues that are not updated for a month may be automatically closed. Feel free to update them at any time. + --> 1. What versions are you using? diff --git a/.github/ISSUE_TEMPLATE/installation-questions.md b/.github/ISSUE_TEMPLATE/installation-questions.md index 68060fd..89c46fb 100644 --- a/.github/ISSUE_TEMPLATE/installation-questions.md +++ b/.github/ISSUE_TEMPLATE/installation-questions.md @@ -25,6 +25,8 @@ Google any errors. Then please answer these questions so we can help you. +GitHub issues that are not updated for a month may be automatically closed. Feel free to update them at any time. + --> 1. What versions are you using? diff --git a/.github/stale.yml b/.github/stale.yml index b75a71a..c474399 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # https://probot.github.io/apps/stale/ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 21 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale @@ -20,4 +20,4 @@ markComment: > for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: > - This issue has been automatically closed because it has not been updated in 28 days. + This issue has been automatically closed because it has not been updated for a month.