From 78ea73840db5006fcaa086f3320a1974dcf1bead Mon Sep 17 00:00:00 2001 From: barronwaffles Date: Thu, 28 Feb 2019 00:22:08 +1300 Subject: [PATCH] Github: Probot integration --- .github/stale.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..c27f845 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - bug + - needs-research + - pinned + - security +staleLabel: wontfix +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. +closeComment: false