From 5027722535e1c8cabd045759a742a19cd049c6a2 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Thu, 18 Nov 2021 19:16:07 +0530 Subject: [PATCH] Add config for stalebot --- .github/stale.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..c172704bd --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,13 @@ +daysUntilStale: 45 +daysUntilClose: 14 + +exemptLabels: + - "not stale" + +markComment: > + This issue/PR 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. + +staleLabel: wontfix +