From a09983ae35713f5a2bbb100981116d31ce99826e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jul 2020 12:26:25 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-2-stable-ee --- Dangerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dangerfile') diff --git a/Dangerfile b/Dangerfile index cc6ebc27d4e..cba7226d4b9 100644 --- a/Dangerfile +++ b/Dangerfile @@ -6,6 +6,7 @@ require_relative 'lib/gitlab/danger/request_helper' danger.import_plugin('danger/plugins/helper.rb') danger.import_plugin('danger/plugins/roulette.rb') danger.import_plugin('danger/plugins/changelog.rb') +danger.import_plugin('danger/plugins/sidekiq_queues.rb') return if helper.release_automation? -- cgit v1.2.1