Commit 3ce8213b authored by Austin Regnery's avatar Austin Regnery Committed by Ash McKenzie

Capitalize UX and syntax fix

parent 941dc1d1
......@@ -97,7 +97,7 @@ categories = Set.new(changes.keys - [:unknown])
categories << :database if helper.mr_labels.include?('database')
# Ensure to spin for UX reviewer when ~UX is applied (e.g. to review changes to the UI)
categories << :ux if helper.mr_labels.include?('UX')
categories << :UX if helper.mr_labels.include?('UX')
# 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")
......
......@@ -6,7 +6,7 @@ SPECIALIZATIONS = {
database: 'database',
backend: 'backend',
frontend: 'frontend',
ux: 'UX'
UX: 'UX',
docs: 'documentation',
qa: 'QA',
tooling: 'type::tooling',
......
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