diff options
Diffstat (limited to 'Dangerfile')
-rw-r--r-- | Dangerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dangerfile b/Dangerfile index b65a9074078..7879c14b31e 100644 --- a/Dangerfile +++ b/Dangerfile @@ -5,6 +5,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') unless helper.release_automation? GitlabDanger.new(helper.gitlab_helper).rule_names.each do |file| |