diff options
Diffstat (limited to 'danger')
-rw-r--r-- | danger/documentation/Dangerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile index ad64c3a6c60..1e27f9779e8 100644 --- a/danger/documentation/Dangerfile +++ b/danger/documentation/Dangerfile @@ -20,8 +20,8 @@ unless docs_paths_to_review.empty? - [Documentation workflows](https://docs.gitlab.com/ee/development/documentation/workflow.html) for information on when to assign a merge request for review. MARKDOWN - unless gitlab.mr_labels.include?('Documentation') - warn 'This merge request is missing the ~Documentation label.' + unless gitlab.mr_labels.include?('documentation') + warn 'This merge request is missing the ~documentation label.' end end end |