Skip to content
Snippets Groups Projects
Commit e8f8e325462d authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Replace "feature::maintenance" with "type::maintenance"

- Brings Omnibus GitLab templates and dependency label
  automation up to date with requirements enacted by
  https://gitlab.com/groups/gitlab-org/-/epics/6622
parent 90d119ca7b56
2 merge requests!67heptapod#675: making 0.31 the new stable,!66GitLab 14.9
......@@ -20,7 +20,7 @@
gitlab_labels:
- group::distribution
- devops::enablement
- feature::maintenance
- type::maintenance
- maintenance
- dependencies.io
gitlab_remove_source_branch: true
......
NO_NEW_SPEC_MESSAGE = <<~MSG.freeze
You've made some changes in the cookbooks, but didn't add any tests.
That's OK as long as you're refactoring existing code,
but please consider adding the ~"feature::maintenance" label in that case.
but please consider adding the ~"type::maintenance" label in that case.
MSG
has_app_changes = !git.modified_files.grep(%r{\A(files|lib)/}).empty?
......
......@@ -46,7 +46,7 @@
That's OK as long as you're refactoring existing code and not adding any new
configuration. If you are adding new user facing configuration, consider adding
to gitlab.rb.template located in files/gitlab-config-template/gitlab.rb.template .
Otherwise, please consider adding the ~"feature::maintenance" label in that case.
Otherwise, please consider adding the ~"type::maintenance" label in that case.
MSG
warn NO_TEMPLATE_CHANGE_MESSAGE, sticky: false if !git.modified_files.include?('files/gitlab-config-template/gitlab.rb.template') && !configuration_paths_to_review.empty?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment