From c9ae418a404396fd528f3217fc183166ab43bbc9 Mon Sep 17 00:00:00 2001 From: Tinyblargon <76069640+Tinyblargon@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:58:17 +0100 Subject: [PATCH] Update labels (#1240) --- .github/workflows/manage_issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manage_issues.yml b/.github/workflows/manage_issues.yml index c88b1587..78b54971 100644 --- a/.github/workflows/manage_issues.yml +++ b/.github/workflows/manage_issues.yml @@ -20,5 +20,5 @@ jobs: days-before-pr-stale: -1 days-before-pr-close: -1 exempt-all-assignees: true - exempt-issue-labels: 'bug,community feedback,documentation,enhancement,help wanted,need investigation,question,workflow' - exempt-pr-labels: 'bug,community feedback,documentation,enhancement,help wanted,need investigation,question,workflow' + exempt-issue-labels: 'community feedback,dependencies,good first issue,help wanted,issue/confirmed,issue/critical,issue/investigate,issue/regression,issue/workaround,modifies/dependencies,modifies/docs,modifies/go,proposal/accepted,proposal/pending,proposal/rejected,release,resource/cloud-init,resource/lxc,resource/pool,resource/qemu,type/bug,type/documentation,type/enhancement,type/feature,type/miscellaneous,type/question,type/refactoring,type/summary,type/testing,type/upstream,type/workflow' + exempt-pr-labels: 'community feedback,dependencies,good first issue,help wanted,issue/confirmed,issue/critical,issue/investigate,issue/regression,issue/workaround,modifies/dependencies,modifies/docs,modifies/go,proposal/accepted,proposal/pending,proposal/rejected,release,resource/cloud-init,resource/lxc,resource/pool,resource/qemu,type/bug,type/documentation,type/enhancement,type/feature,type/miscellaneous,type/question,type/refactoring,type/summary,type/testing,type/upstream,type/workflow'