Commit aec6886a authored by alinamihaila's avatar alinamihaila Committed by Rémy Coutable

Remove product intelligence category for growth experiment MR

parent 4168787c
......@@ -98,7 +98,9 @@ categories << :database if helper.mr_labels.include?('database')
# Ensure to spin for Product Intelligence reviewer when ~"product intelligence::review pending" is applied
categories << :product_intelligence if helper.mr_labels.include?("product intelligence::review pending")
categories.delete(:product_intelligence) unless helper.mr_labels.include?("product intelligence")
# Skip Product intelligence reviews for growth experiment MRs
categories.delete(:product_intelligence) unless helper.mr_labels.include?("growth experiment")
if changes.any?
project = project_helper.project_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment