From 2becee4fda7a27e4af9e46a2428fc6d1afbef463 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Fri, 7 Dec 2018 09:43:19 -0600 Subject: [PATCH 1/2] Add stalebot config --- .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 From e817b9383adb9f85b9c82efc9f4a62873eae50e7 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sat, 8 Dec 2018 12:49:16 -0800 Subject: [PATCH 2/2] Update and rename stale to stale.yml --- .github/{stale => stale.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/{stale => stale.yml} (94%) diff --git a/.github/stale b/.github/stale.yml similarity index 94% rename from .github/stale rename to .github/stale.yml index f5c1622..de8a678 100644 --- a/.github/stale +++ b/.github/stale.yml @@ -4,6 +4,7 @@ daysUntilClose: 7 exemptLabels: - v2 - needs-review + - work-required staleLabel: stale markComment: > This issue has been automatically marked as stale because it hasn't seen