From f18fba8b0fc278981303fb2141855e1905cf05f4 Mon Sep 17 00:00:00 2001 From: Orion Hashimoto <33592982+adamant-al@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:58:55 +0300 Subject: [PATCH] Add "Premium edition" label --- labels.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/labels.json b/labels.json index acc3fe5..1bf2c6c 100644 --- a/labels.json +++ b/labels.json @@ -273,5 +273,10 @@ "name": "Bounty 💰", "color": "E6B800", "description": "Task with a reward for successful completion (paid after PR is merged)" + }, + { + "name": "Premium edition", + "color": "4B2E83", + "description": "Feature or issue related to the premium version of the market-making bot with advanced functionality" } ]