Skip to content
Snippets Groups Projects
Commit 05ce52e7 authored by Evan Read's avatar Evan Read
Browse files

Merge branch 'docs-is-throughput' into 'master'

Update danger for documentation throughput

See merge request gitlab-org/omnibus-gitlab!4257
parents d606983f 9a41d693
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
warn "Most of the time, all merge requests should target `master`. Otherwise, please set the relevant `Pick into X.Y` label."
end
THROUGHPUT_LABELS = ['Community contribution', 'security', 'bug', 'feature', 'backstage'].freeze
THROUGHPUT_LABELS = ['Community contribution', 'security', 'bug', 'feature', 'backstage', 'documentation'].freeze
if (gitlab.mr_labels & THROUGHPUT_LABELS).empty?
warn "This merge request is missing any [throughput labels](https://about.gitlab.com/handbook/engineering/management/throughput)."
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment