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-12-03 18:10:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-03 18:10:36 +0300
commit78aaabb87f180e93fa53aba407a0eef1e12a7a56 (patch)
tree6072c319e481f75960853c557578a5d04315b1fe /danger/database
parent5f0d27d131aced1a53e8cbc7db023d9f947f8a1a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/database')
-rw-r--r--danger/database/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/database/Dangerfile b/danger/database/Dangerfile
index 70adbb4c139..b4e06c21fe4 100644
--- a/danger/database/Dangerfile
+++ b/danger/database/Dangerfile
@@ -51,7 +51,7 @@ end
return unless helper.ci?
return if gitlab.mr_labels.include?(DATABASE_APPROVED_LABEL)
-db_paths_to_review = project_helper.changes_by_category[:database]
+db_paths_to_review = helper.changes_by_category[:database]
if gitlab.mr_labels.include?('database') || db_paths_to_review.any?
message 'This merge request adds or changes files that require a ' \