From 6f2f2c89a3568ef07384968163e2902038f2e64d Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 21 Feb 2020 03:32:31 -0600 Subject: [PATCH] Create stale.yml --- .github/stale.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..61255a13 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,7 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 0 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 0 +# Label to use when marking an issue as stale +staleLabel: wontfix +closeComment: false