From 08d43c248b65d5153989651d8ece6e304ac8d1ea Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Fri, 25 Oct 2019 13:17:17 -0500 Subject: [PATCH] Create stale.yml --- .github/stale.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..ada17582f --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,18 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 30 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 3 +# Issues with these labels will never be considered stale +exemptLabels: + - 'question' + - 'bug' +# Label to use when marking an issue as stale +staleLabel: inactive +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + We've marked this as stale because there hasn't been any activity for 30 days. + If there's no further activity on this issue in the next three days then we'll close it. You can + keep the conversation going with just a short comment. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: > + As there's been no activity since this issue was marked as stale, we are auto-closing it.