From 75b39910a147af68b7c0e5b3550403ff64c4d32f Mon Sep 17 00:00:00 2001 From: Glen Date: Tue, 16 Jan 2024 13:00:36 +0200 Subject: [PATCH] Removed unused stale.yml file (#6828) --- .github/stale.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 7f79c082094..00000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 1 -# 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' - - '🎉 enhancement' - - '🎨 refactoring' - - '🗣 discussion' - - '📚 documentation' - - 'repro-validated' -# Label to use when marking an issue as stale -staleLabel: 'needs-repro' -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - Make sure your bug report contains a clear repro of your issue. - Read more on how to provide repro [here](). - Bug reports that do not provide a repro will be automatically closed after 7 days. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: true