summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 09:10:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 09:10:02 +0000
commit0fd229655348c98448022fd293b42666b28eace5 (patch)
tree341bb5d29db0be64a26ea98b44cb2e794bada8ae /danger
parent04ebfaf17cfb4c85e29316937d7d44667ccc049f (diff)
downloadgitlab-ce-0fd229655348c98448022fd293b42666b28eace5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/product_intelligence/Dangerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/danger/product_intelligence/Dangerfile b/danger/product_intelligence/Dangerfile
index f656bb67af7..ae58cf4588c 100644
--- a/danger/product_intelligence/Dangerfile
+++ b/danger/product_intelligence/Dangerfile
@@ -10,14 +10,6 @@ Please check the ~"product intelligence" [guide](https://docs.gitlab.com/ee/deve
MSG
-UPDATE_DICTIONARY_MESSAGE = <<~MSG
- When adding, changing, or updating metrics, please update the [Metrics Dictionary](https://docs.gitlab.com/ee/development/usage_ping/dictionary.html)
-
- ```shell
- bundle exec rake gitlab:usage_data:generate_metrics_dictionary
- ```
-MSG
-
# exit if not matching files
matching_changed_files = product_intelligence.matching_changed_files
return unless matching_changed_files.any?