From a6c76a52ef92b67ec606d3eb71a459bcbc0c5ab5 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Sun, 12 Jan 2020 17:48:48 +0100 Subject: [PATCH] Issues marked as bounty never become stale The justification for this is that we keep an eye on those issues for which we offer a bounty. --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 543ccf3ad..0458d1a5a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 30 exemptLabels: - pinned - security + - bounty # 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