From bf6a25c2044849680d195ed54692bb616dbc19b4 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 29 Mar 2021 15:20:01 +0200 Subject: [PATCH] chore: configure stalebot Signed-off-by: blam --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index e556fa9854..1b3792ab5e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,9 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - plugin + - help wanted + - good first issue # 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