From 3e55d56c905f119e482dba7a2a5ea0d19f089aeb Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 31 Oct 2014 17:22:16 -0700 Subject: remove feature label For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`. --- lib/gitlab/issues_labels.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/gitlab') diff --git a/lib/gitlab/issues_labels.rb b/lib/gitlab/issues_labels.rb index 0d34976736f..1bec6088292 100644 --- a/lib/gitlab/issues_labels.rb +++ b/lib/gitlab/issues_labels.rb @@ -15,7 +15,6 @@ module Gitlab { title: "support", color: yellow }, { title: "discussion", color: blue }, { title: "suggestion", color: blue }, - { title: "feature", color: green }, { title: "enhancement", color: green } ] -- cgit v1.2.3