From a55573be9469d96190c0755787e9aa55b51138c5 Mon Sep 17 00:00:00 2001 From: Ignacio Orlandoni Date: Fri, 13 Sep 2019 14:15:49 -0400 Subject: [PATCH] Update stale.yml Stalebot now closes inactive stale issues. --- .github/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index bd380cfc0..a72310941 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # 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: - Status: Pinned @@ -16,4 +16,6 @@ markComment: > for your contributions. If you are still interested in this issue and it is still relevant you can comment to revive it. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false +closeComment: > + This issue has been been automatically closed due to a lack of activity. + This is done to maintain a clean list of issues that the community is interested in developing. \ No newline at end of file