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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-04 21:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-04 21:10:05 +0300
commit43fb9e32f29817020267b13616c6670512fc5eab (patch)
tree4d9a800bbd959fe1bc6225c211343e560174256b /Dangerfile
parentd984d4a092018d86eec724a06ce2e6c066c3fb44 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dangerfile b/Dangerfile
index 280a73d432c..0bb0036fa76 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -13,6 +13,7 @@ Gitlab::Dangerfiles.for_project(self, project_name) do |gitlab_dangerfiles|
gitlab_dangerfiles.import_plugins
gitlab_dangerfiles.config.ci_only_rules = ProjectHelper::CI_ONLY_RULES
gitlab_dangerfiles.config.files_to_category = ProjectHelper::CATEGORIES
+ gitlab_dangerfiles.config.excluded_required_codeowners_sections_for_roulette.push('Database')
gitlab_dangerfiles.import_dangerfiles(except: %w[simple_roulette])
end