changing the default issue labels
问题 I want to change the default issue labels. I tried modifying the code in the lib/gitlab/issues_labels.rb which I thought was where it was generating the default labels. however that didn't actually work. Does anyone know how to change the default labels that are created for a project? 回答1: Gitlab 5.2.0 (May 2013) introduced the "Ability to generate default labels set for issues". It comes from commit 71647fd, with issues_labels.rb labels = important_labels + warning_labels + neutral_labels +