Commit ba51f925 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'am-rename-product-intelligence-group-in-dangerfile' into 'master'

Use - in Product Intelligence group name in Dangerfile

See merge request gitlab-org/gitlab!51432
parents c0ef656f 42854100
...@@ -251,9 +251,9 @@ Dangerfile @gl-quality/eng-prod ...@@ -251,9 +251,9 @@ Dangerfile @gl-quality/eng-prod
/doc/user/project/code_owners.md @reprazent @kerrizor @garyh /doc/user/project/code_owners.md @reprazent @kerrizor @garyh
[Product Intelligence] [Product Intelligence]
/ee/lib/gitlab/usage_data_counters/ @gitlab-org/growth/product_intelligence/engineers /ee/lib/gitlab/usage_data_counters/ @gitlab-org/growth/product-intelligence/engineers
/ee/lib/ee/gitlab/usage_data.rb @gitlab-org/growth/product_intelligence/engineers /ee/lib/ee/gitlab/usage_data.rb @gitlab-org/growth/product-intelligence/engineers
/lib/gitlab/grafana_embed_usage_data.rb @gitlab-org/growth/product_intelligence/engineers /lib/gitlab/grafana_embed_usage_data.rb @gitlab-org/growth/product-intelligence/engineers
/lib/gitlab/usage_data.rb @gitlab-org/growth/product_intelligence/engineers /lib/gitlab/usage_data.rb @gitlab-org/growth/product_intelligence/engineers
/lib/gitlab/cycle_analytics/usage_data.rb @gitlab-org/growth/product_intelligence/engineers /lib/gitlab/cycle_analytics/usage_data.rb @gitlab-org/growth/product-intelligence/engineers
/lib/gitlab/usage_data_counters/ @gitlab-org/growth/product_intelligence/engineers /lib/gitlab/usage_data_counters/ @gitlab-org/growth/product-intelligence/engineers
# frozen_string_literal: true # frozen_string_literal: true
CHANGED_FILES_MESSAGE = <<~MSG CHANGED_FILES_MESSAGE = <<~MSG
For the following files, a review from the [Data team and Product Intelligence team](https://gitlab.com/groups/gitlab-org/growth/product_intelligence/engineers/-/group_members?with_inherited_permissions=exclude) is recommended For the following files, a review from the [Data team and Product Intelligence team](https://gitlab.com/groups/gitlab-org/growth/product-intelligence/engineers/-/group_members?with_inherited_permissions=exclude) is recommended
Please check the ~"product intelligence" [guide](https://docs.gitlab.com/ee/development/product_analytics/usage_ping.html) and reach out to %<engineers_group>s group for a review. Please check the ~"product intelligence" [guide](https://docs.gitlab.com/ee/development/product_analytics/usage_ping.html) and reach out to %<engineers_group>s group for a review.
...@@ -14,7 +14,7 @@ UPDATE_METRICS_DEFINITIONS_MESSAGE = <<~MSG ...@@ -14,7 +14,7 @@ UPDATE_METRICS_DEFINITIONS_MESSAGE = <<~MSG
MSG MSG
ENGINEERS_GROUP = '@gitlab-org/growth/product_intelligence/engineers' ENGINEERS_GROUP = '@gitlab-org/growth/product-intelligence/engineers'
tracking_files = [ tracking_files = [
'lib/gitlab/tracking.rb', 'lib/gitlab/tracking.rb',
......
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