From 6841a2daa0d5431128989c4b4baebb90a18a7e20 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Mon, 9 Mar 2020 18:13:36 +0100 Subject: [PATCH] stale bot: ignore accepted issues --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index c24b610..8acc4f5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,6 +2,9 @@ daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 +# Issues with these labels will never be considered stale +exemptLabels: + - accepted # 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