From 8814eb871f85a956f1ca83b32ab1aca6ecc13ef2 Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Tue, 4 Apr 2023 21:10:50 -0400 Subject: [PATCH] chore: enable stale bot --- .github/stale.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/stale.yaml diff --git a/.github/stale.yaml b/.github/stale.yaml new file mode 100644 index 00000000..50d50f00 --- /dev/null +++ b/.github/stale.yaml @@ -0,0 +1,10 @@ +daysUntilStale: 30 +daysUntilClose: 7 +exemptLabels: + - type/feat +staleLabel: stale +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: false