From 8920b2c65e329fcd7b7592d8c4ced42ec8c42bb6 Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Mon, 7 Jun 2021 12:57:49 +0200 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 8270c572ae4..543289fd006 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ daysUntilClose: 10 exemptLabels: - "Type:Bug" - "Type:Technical-Debt" + - "Category:Research" # Label to use when marking an issue as stale staleLabel: "Status:Stale" # Comment to post when marking an issue as stale. Set to `false` to disable