From 2e01f3acb48a9fe5bbb9155f116c13e2c45088cd Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 20 Sep 2023 14:23:46 -0700 Subject: [PATCH] chore: adds keep label for issues --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index aabe16f0..d2b9804f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 3 exemptLabels: - pinned - security + - keep # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable