diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-26 18:09:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-26 18:09:30 +0000 |
commit | 25eb713a7fdb787a67d74a88a89433839aab5642 (patch) | |
tree | 43cfe6c45530aedfd7f96d6c6d0e5857ce1d5ee3 /Dangerfile | |
parent | ff89c3c372cd3b317915fb21940f9c8c065d94c0 (diff) | |
download | gitlab-ce-25eb713a7fdb787a67d74a88a89433839aab5642.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Dangerfile')
-rw-r--r-- | Dangerfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Dangerfile b/Dangerfile index 103e38fdd33..34e0efa027a 100644 --- a/Dangerfile +++ b/Dangerfile @@ -3,10 +3,7 @@ require_relative 'tooling/gitlab_danger' require_relative 'tooling/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') +Dir["danger/plugins/*.rb"].sort.each { |f| danger.import_plugin(f) } return if helper.release_automation? |