From 4d90cd177ed961c65ccd26b292b7d2c2d6b50f56 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Thu, 6 Jun 2019 13:36:27 +1200 Subject: [PATCH] Add probot-stale --- .github/stale.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..7622d63 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,9 @@ +daysUntilStale: 18 +daysUntilClose: 3 +exemptLabels: + - pinned +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