From 1e258325e1662f143c43e2cf8bbeb35488e4a961 Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Tue, 23 Jul 2024 17:24:03 -0700 Subject: [PATCH] Add enhancement to list of excluded labels Do not mark issue as stale if the issue has label enhancement --- .github/policies/resourceManagement.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 99f2634b..34bc8b17 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -36,6 +36,8 @@ configuration: label: stale - isNotLabeledWith: label: feature-request + - isNotLabeledWith: + label: enhancement - isNotLabeledWith: label: bug actions: @@ -248,6 +250,8 @@ configuration: days: 7 - isNotLabeledWith: label: feature-request + - isNotLabeledWith: + label: enhancement - isNotLabeledWith: label: stale actions: