Commit fa7685ef authored by Albert Salim's avatar Albert Salim

Merge branch 'furkanayhan-master-patch-39600' into 'master'

Change the throughput label link in GitLab Bot warning

See merge request gitlab-org/gitlab!56553
parents fca15c1f 34fda0b6
......@@ -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"]
......
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