From 5532001e8b4058f654f2fc63152b49b973e6f509 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:22:44 +0100 Subject: [PATCH] Update auto-close_stale_issues_and_pull-requests.yml Exclude Feature Requests from auto close action --- .github/workflows/auto-close_stale_issues_and_pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-close_stale_issues_and_pull-requests.yml b/.github/workflows/auto-close_stale_issues_and_pull-requests.yml index ae5eac8a4e..ffcafbbd90 100644 --- a/.github/workflows/auto-close_stale_issues_and_pull-requests.yml +++ b/.github/workflows/auto-close_stale_issues_and_pull-requests.yml @@ -88,7 +88,7 @@ jobs: operations-per-run: 30 # max num of ops per run stale-issue-label: 'Status: Stale' close-issue-label: 'Status: Auto-closing' - exempt-issue-labels: 'Priority: High,Priority: Critical,Blocker,no-auto-close' + exempt-issue-labels: 'Priority: High,Priority: Critical,Blocker,Type: Feature,no-auto-close' remove-stale-when-updated: true ascending: true stale-issue-message: |