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
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-15 09:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-15 09:09:35 +0300
commit458af51866708509781619ba1ead051f4b80cb63 (patch)
treea352cd03566a1356c5689f22a337ff27fa6fd036 /danger
parent6ed45110539553d7154c874bc94fbac4c24b46be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/metadata/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/metadata/Dangerfile b/danger/metadata/Dangerfile
index d74c4f4a5af..53b0e22b0df 100644
--- a/danger/metadata/Dangerfile
+++ b/danger/metadata/Dangerfile
@@ -20,7 +20,7 @@ if gitlab.mr_body.size < 5
end
if (THROUGHPUT_LABELS & gitlab.mr_labels).empty?
- warn 'Please add a [throughput label](https://about.gitlab.com/handbook/engineering/management/throughput/#implementation) to this merge request.'
+ warn 'Please add a [throughput label](https://about.gitlab.com/handbook/engineering/metrics/#data-classification) to this merge request.'
end
unless gitlab.mr_json["assignee"]