From 8df78d284e1df527ed0337598cdd3ecb02d3887f Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sat, 8 Dec 2018 13:12:32 -0800 Subject: [PATCH] Add stalebot config (#60) * Add stalebot config * Update and rename stale to stale.yml --- .github/stale.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..de8a678 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +daysUntilStale: 60 +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - v2 + - needs-review + - work-required +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