Skip to content
代码片段 群组 项目
未验证 提交 bbf53aa2 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Show optional approvers in Reviewer Roulette for Static Code Analysis

上级 d24cadaf
No related branches found
No related tags found
无相关合并请求
......@@ -13,7 +13,9 @@ 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.config.included_optional_codeowners_sections_for_roulette.push('Backend Static Code Analysis')
gitlab_dangerfiles.import_dangerfiles(except: %w[simple_roulette])
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册