From ee7375a3b1f2e08a08a97e0b3497521b8cfce079 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 13 Mar 2024 08:28:55 -0500 Subject: [PATCH] Update close-stale-issues.yml --- .github/workflows/close-stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index c017232..4ffcfbc 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -30,7 +30,7 @@ jobs: importance of repro steps](https://www.lee-dohm.com/2015/01/04/writing-good-bug-reports/) for more information about the kind of information that may be helpful. stale-issue-label: 'stale' - close-issue-reason: 'not-enough-information' + close-issue-reason: 'not_planned' any-of-labels: 'needs:feedback' remove-stale-when-updated: true