From c155a31857c16e9226b3d070ee7d02238b63b48f Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Tue, 21 Feb 2023 08:05:37 -0500 Subject: [PATCH] Updated labels.yml file to include additional definition that was added recently. --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index df15d03..c113abb 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -20,6 +20,9 @@ labels: - name: feature / request description: New feature or enhancement request color: '008672' + - name: feature / update + description: Existing feature modification + color: '008672' - name: help / deployment description: Questions regarding application deployment color: 'd876e3'