Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Dangerfile b/Dangerfile
index c23d03c1..0cf5c959 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -1,3 +1,7 @@
require "gitlab-dangerfiles"
-Gitlab::Dangerfiles.for_project(self, &:import_defaults)
+Gitlab::Dangerfiles.for_project(self) do |dangerfiles|
+ dangerfiles.import_plugins
+ # TODO: find a way to re-enalbe changelog https://gitlab.com/gitlab-org/gitlab-pages/-/issues/736
+ dangerfiles.import_dangerfiles(except: %w[changelog])
+end