diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-31 17:22:16 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-31 17:22:16 -0700 |
commit | 3e55d56c905f119e482dba7a2a5ea0d19f089aeb (patch) | |
tree | e65109038beca86d17ccb6185ce289575d3d86e1 | |
parent | 45d9446978338b233e7fe7e1e5d368131c5528c4 (diff) | |
download | gitlab-ce-3e55d56c905f119e482dba7a2a5ea0d19f089aeb.tar.gz |
remove feature label
For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
-rw-r--r-- | lib/gitlab/issues_labels.rb | 1 |
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 } ] |