From cc681d094a3a59efa177786eb8c7324cbb3bcc8b Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 27 Jan 2021 17:02:50 +0100 Subject: [PATCH] Reduce exempt labels list to give a chance to stale bot to do something Signed-off-by: Kevin Ottens --- .github/stale.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 1725b2465..29a033f34 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,53 +9,10 @@ exemptLabels: - 2. to review - 3. to release - 4. to test - - accessibility - backport-request - - bug - - design - - enhancement - - epic - - discussion - - documentation - overview - - good first issue - - feature-request - - feature: :arrows_counterclockwise: sync engine - - feature: :busts_in_silhouette: sharing - - feature: :cloud: system tray - - feature: :gear: settings - - feature: :inbox_tray: install and update - - feature: :key: authentication - - feature: :lock: end to end encryption - - feature: :memo: versions - - feature: :minidisc: external storage - - feature: :minidisc: virtual drive - - feature: :new: versions - - feature: :tongue: language l10n and translations - - feature: :wheelchair: accessibility - - feature: :white_square_button: nextcloudcmd - - feature: :zap: activity and :bell: notification - - good first issue - - help wanted - - high - - integration - - low - - medium - - needs info - - os: :apple: macOS - - os: :door: Windows - - os: :penguin: Linux - - os: :smiling_imp: FreeBSD - - overview - - package: appimage - - package: debian - - package: snap - - papercut - - regression - security - - server - spec - - technical debt # 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