From 932ad0ef6a2483b86f331f933b9c9081326ecbac Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 14 Mar 2022 16:21:06 +0100 Subject: [PATCH] ci(stalebot): ignore feature requests (#1017) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 833adaa..1f9e46b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: stale-issue-message: 'Issue is stale and will be closed in 14 days unless there is new activity' stale-pr-message: 'PR is stale and will be closed in 14 days unless there is new activity' stale-issue-label: 'stale' - exempt-issue-labels: 'stale-exempt' + exempt-issue-labels: 'stale-exempt,kind/feature-request' stale-pr-label: 'stale' exempt-pr-labels: 'stale-exempt' remove-stale-when-updated: 'True'