From 28b3e6f373b13dfde16e7f31a2242da4ebfb896b Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 16 Nov 2020 21:07:14 +0000 Subject: [PATCH] Create stale.yml --- .github/stale.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..9430d474 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ + +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 90 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: -1 +# Issues with these labels will never be considered stale +exemptLabels: +# Label to use when marking an issue as stale +staleLabel: stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + Close call! This issue has been marked as stale because it has not had + any recent activity. It should be closed if no further activity occurs. Add a comment + or push a commit to keep this issue stay alive and kicking. Thank you + for your contribution; it is appreciated. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: