From 33f349a5f56cab22a0f8c530d80afeb348755621 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Tue, 5 Nov 2019 11:40:16 +0800 Subject: [PATCH] Remove Stalebot Signed-off-by: Ry Jones --- .github/stale.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index bf513ec4f6..0000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,23 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 7 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 14 -# Issues with these labels will never be considered stale -# CAUTION: These issues are likely to get _less_ attention since stale bot -# will never nag anyone about them. Stale bot just reflects the community's -# actual priorities and adding labels to this list will not change that. -# If issues you care about are going stale, you need to work with the -# community to raise their profile, e.g. add more information, reach out on -# Rocket.Chat, join a community call, etc. -# WARNING: Please do not change these labels without seeking community -# consensus first! -# Label to use when marking an issue as stale -staleLabel: stale -only: pulls -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - false -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: > - false