From fadfe6e421c7448248ce9aa278057e2514efcf09 Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 8 Feb 2019 01:46:01 +0100 Subject: [PATCH] Add stale bot --- .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 00000000..a5fcffe3 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Automatically close questions and other uncategorized issues on inactivity +only: issues +daysUntilStale: 30 +daysUntilClose: 7 +exemptLabels: + - bug + - enhancement +exemptProjects: true +exemptMilestones: true +exemptAssignees: true +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 +limitPerRun: 1