From 2e5b4db78d4d76fbf6a74ad5d9aeb24ca65cfb58 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 6 May 2025 12:11:38 +0200 Subject: [PATCH] fix: feature requests don't go stale --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/stale.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d6..c59ed7606 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: [feature_request] assignees: '' --- diff --git a/.github/stale.yml b/.github/stale.yml index d9f656321..b6f4292dc 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - feature_request # 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