Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 12:10:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-17 12:10:02 +0300
commit0fd229655348c98448022fd293b42666b28eace5 (patch)
tree341bb5d29db0be64a26ea98b44cb2e794bada8ae /danger/product_intelligence
parent04ebfaf17cfb4c85e29316937d7d44667ccc049f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/product_intelligence')
-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?