From 516b3fdd6ea7ab99253fbd7d9a846ca0272ccbf2 Mon Sep 17 00:00:00 2001 From: filipenevola Date: Tue, 10 Dec 2019 09:37:50 -0400 Subject: [PATCH] Adds Configuration for probot-stale --- .github/stale.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..8f0fab0794 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,15 @@ +# Configuration for probot-stale - https://github.com/probot/stale +daysUntilStale: 32 +daysUntilClose: 8 +exemptLabels: + - pinned + - security + - confirmed +staleLabel: stale-bot +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: > + This issue has been automatically closed it has not had recent activity. +