From 4b4d310b93fb3c5d73a364b0d5afac8a83150db9 Mon Sep 17 00:00:00 2001 From: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Date: Fri, 13 May 2022 10:15:18 +0200 Subject: [PATCH] Added auto-stale config --- .github/stale.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..a3e64b0 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,16 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 31 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 14 +# Issues with these labels will never be considered stale +# exemptLabels: +# - enhancement +# - bug +# 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: > + This issue has been automatically marked as stale because it has not had + activity in 31 days. It will be closed if no further activity occurs in 14 days. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false \ No newline at end of file