From 87ba30a393cb8a51dfecb382137873927fd56fb1 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:11:38 +0800 Subject: [PATCH] Hire a new bot to deal with the issues --- .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 0000000..019fa16 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Clean up the stale issues + +daysUntilStale: 30 +daysUntilClose: 1 + +exemptLabels: + - in progress + - pending + +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