From 6c9aa6d46cf99674f06429bfd8642917026a027f Mon Sep 17 00:00:00 2001 From: Vitaliy Semenchenko Date: Thu, 20 Jun 2019 10:56:07 +0300 Subject: [PATCH] fixup! Update according to discussion --- labels/labels.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/labels/labels.json b/labels/labels.json index b917405..27d7c87 100644 --- a/labels/labels.json +++ b/labels/labels.json @@ -136,17 +136,17 @@ }, { "name": "semver-major", - "color": "DD1111", + "color": "dd1111", "description": "incompatible API changes" }, { "name": "semver-minor", - "color": "DDDD11", + "color": "dddd11", "description": "addition of functionality in a backwards-compatible way" }, { "name": "semver-patch", - "color": "11DD11", + "color": "11dd11", "description": "backwards-compatible bug fixes" }, {