From 143af008aeaaf8ae420275e0582fb767d415ca47 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 3 Oct 2022 10:34:14 +0200 Subject: [PATCH] update stalebot config --- .github/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 54ccc36..f3ece94 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,10 +1,10 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: @@ -19,7 +19,8 @@ staleLabel: wontfix markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. - Thank you for your contributions. + If the issue is still valid, please add a respective comment to prevent this + issue from being closed automatically. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false