From 6842f35f5dc295586b22ac88be506f9d1cd59154 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Wed, 24 Jan 2024 08:22:05 +0100 Subject: [PATCH] Removed stale.yml --- .github/stale.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 65691111..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1,34 +0,0 @@ -# -# Copyright (C) 2014-2021 Philip Helger (www.helger.com) -# philip[at]helger[dot]com -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security -# Label to use when marking an issue as stale -staleLabel: wontfix -# 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 - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false \ No newline at end of file