summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-11-01 10:38:25 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2014-11-01 10:38:25 +0100
commite9171fea85fa15c9ecb5a974afe3ec38a78cdd2e (patch)
tree8c61da7167c4396425d1162208a6c4594b99031f /lib
parentdae7b941f6618a1f303949804346df110e1fd9c4 (diff)
parent3e55d56c905f119e482dba7a2a5ea0d19f089aeb (diff)
downloadgitlab-ce-e9171fea85fa15c9ecb5a974afe3ec38a78cdd2e.tar.gz
Merge pull request #8217 from bbodenmiller/change-label-generation
remove feature label
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/issues_labels.rb1
1 files changed, 0 insertions, 1 deletions
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 }
]