From 419fd9fe2a07c30b927f0183d6a99408d187b812 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Fri, 7 Dec 2018 10:41:48 -0600 Subject: [PATCH] Add stalebot config (#424) --- .github/stale | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/stale diff --git a/.github/stale b/.github/stale new file mode 100644 index 0000000..f5c1622 --- /dev/null +++ b/.github/stale @@ -0,0 +1,11 @@ +daysUntilStale: 60 +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - v2 + - needs-review +staleLabel: stale +markComment: > + This issue has been automatically marked as stale because it hasn't seen + a recent update. It'll be automatically closed in a few days. +closeComment: false