From 61966797320979cf4f90ee08b6e6235ae79e9809 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sun, 11 Mar 2018 15:36:19 +0100 Subject: [PATCH] @cosmetic stale bot config --- .github/stale.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..c6034c7e9 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,15 @@ +# 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 +# Issues with these labels will never be considered stale +exemptLabels: + - feature request + - parser +# Label to use when marking an issue as stale +staleLabel: stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Else this issue will be closed. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false