From d364a0effeac6638d44301e1672ac0b27bf6ee7f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 6 Jan 2021 07:58:38 -0500 Subject: [PATCH] enable stale bot (#9011) --- .github/stale.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..6e59d33a76 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# https://github.com/probot/stale + +daysUntilStale: 60 + +daysUntilClose: 7 + +exemptLabels: + - bug + - suggestion + - 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.