From d5dc0dac1fd725ccb9b76ed7a3cd8aac1f1befb0 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Fri, 24 May 2019 17:48:38 +0200 Subject: [PATCH] add probot: stale --- .github/stale.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..fa652da9 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,11 @@ +daysUntilStale: 21 +daysUntilClose: 14 +exemptLabels: + - pinned + - security +staleLabel: "Status: Awaiting user" +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