From 64053a860bcefadbb750749329232d87c4780b74 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 23 Oct 2024 18:03:46 +1300 Subject: [PATCH] ENH Add affects/v6 label --- labels_command.php | 1 + 1 file changed, 1 insertion(+) diff --git a/labels_command.php b/labels_command.php index 5aeb6cd..cf37836 100644 --- a/labels_command.php +++ b/labels_command.php @@ -13,6 +13,7 @@ const LABELS_COLORS = [ 'affects/v4' => '5319e7', 'affects/v5' => '0e8a16', + 'affects/v6' => 'baee47', 'complexity/low' => 'c2e0c6', 'complexity/medium' => 'fef2c0', 'complexity/high' => 'f9d0c4',