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:
authorAchilleas Pipinellis <axil@gitlab.com>2023-02-10 13:19:17 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-02-10 13:19:17 +0300
commit1eda3f8fd7145adbf50490db68287962cd57e535 (patch)
treef7690bd6be6d729c38b0ff6a228027f161a9bafd /Dangerfile
parenta9f7eb9e2c27b9043d6929b64e2ca60c20a2c2e0 (diff)
Exclude simple_roulette from Danger
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dangerfile b/Dangerfile
index 35f04d7a..799bdf0f 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])
+ gitlab_dangerfiles.import_dangerfiles(except: %w[changelog simple_roulette])
end