From 580b72cdf77ba139ee1e11e039be8da5fa0ba90c Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Fri, 4 Jun 2021 19:28:11 +0200 Subject: [PATCH] Added Stale configuration --- .github/stale.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..636e647 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,21 @@ +# Configuration for Stale - https://probot.github.io/apps/stale/ + +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 + +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 + +# Label to use when marking an issue as stale +staleLabel: Won''t Fix + +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically closed because there has been no response + to our request for more information from the original author. With only the + information that is currently in the issue, we don't have enough information + to take action. Please reach out if you have or find the answers we need so + that we can investigate further. + +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false