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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dangerfile b/Dangerfile
index 799bdf0f..35f04d7a 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -4,5 +4,5 @@ require 'gitlab-dangerfiles'
Gitlab::Dangerfiles.for_project(self) do |gitlab_dangerfiles|
gitlab_dangerfiles.import_plugins
- gitlab_dangerfiles.import_dangerfiles(except: %w[changelog simple_roulette])
+ gitlab_dangerfiles.import_dangerfiles(except: %w[changelog])
end