From b8362abb75c38149ce8d30677f35aed5e40ccbf1 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 12 Mar 2020 10:59:45 -0700 Subject: [PATCH] Add stalebot config --- .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 0000000000..d9d001fb69 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +# Mark issues stale after 1 year +daysUntilStale: 365 +# Delete stale issues after 2 years +daysUntilClose: 730 +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +closeComment: > + This issue has been automatically closed after being marked stale. If you're + still facing this problem with the above solution, please comment and we'll + reopen!