From 495c22d1245b6212b21b7379a542df73dfa77206 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 6 Apr 2020 18:09:37 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- danger/telemetry/Dangerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'danger') diff --git a/danger/telemetry/Dangerfile b/danger/telemetry/Dangerfile index 227621cc1dd..f308fb206bb 100644 --- a/danger/telemetry/Dangerfile +++ b/danger/telemetry/Dangerfile @@ -1,13 +1,12 @@ # frozen_string_literal: true TELEMETRY_CHANGED_FILES_MESSAGE = <<~MSG -This merge request adds or changes files for which a -review from the Data team and Telemetry team is recommended. -@gitlab-org/growth/telemetry group is mentioned in order to notify team members. +This merge request includes changes for which a review from the Data team and Telemetry team is recommended. +Please reach out to @gitlab-org/growth/telemetry/engineers group for a review. MSG USAGE_DATA_FILES_MESSAGE = <<~MSG -For the following files, a review from the [Data team and Telemetry team](https://gitlab.com/groups/gitlab-org/growth/telemetry/-/group_members?with_inherited_permissions=exclude) is recommended: +For the following files, a review from the [Data team and Telemetry team](https://gitlab.com/groups/gitlab-org/growth/telemetry/engineers/-/group_members?with_inherited_permissions=exclude) is recommended: MSG usage_data_changed_files = git.modified_files.grep(%r{usage_data}) -- cgit v1.2.3