From ecef29e93ec0ce2065a281e314929c9372203310 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 26 Feb 2022 12:51:47 +0100 Subject: [PATCH] ci(stalebot): ignore feature requests --- .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 833adaa6efc..1f9e46bf1fc 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'