From 4ad7b245829e10a3c3bf193619a5cdb717c679d9 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Tue, 16 Mar 2021 10:43:16 -0400 Subject: [PATCH] Adding stalebot to close old feature requests with no activity after 90 days --- .github/stale.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/stale.yaml diff --git a/.github/stale.yaml b/.github/stale.yaml new file mode 100644 index 00000000..12a751d0 --- /dev/null +++ b/.github/stale.yaml @@ -0,0 +1,9 @@ +daysUntilStale: 90 +daysUntilClose: 14 +onlyLabels: + - feature request +staleLabel: stale +markComment: > + Feature requests which don't have any contributors or activity in the past + 90 days are marked as stale. Comment on this issue if you intend on contributing + to this feature, otherwise it will be closed in two weeks. \ No newline at end of file