Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-11-01 03:22:16 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-11-01 03:22:16 +0300
commit3e55d56c905f119e482dba7a2a5ea0d19f089aeb (patch)
treee65109038beca86d17ccb6185ce289575d3d86e1 /lib/gitlab/issues_labels.rb
parent45d9446978338b233e7fe7e1e5d368131c5528c4 (diff)
remove feature label
For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
Diffstat (limited to 'lib/gitlab/issues_labels.rb')
-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 }
]