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
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-02 21:10:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-02 21:10:41 +0300
commit93fdeb5a619e45cb64ff346c127ff4d68c619ffe (patch)
tree93a645322b77bec56bec7b7ecbed56a7f866cea0 /danger
parentb3432e3b6d3ad4baf73847907c4fea91b59288a5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/roulette/Dangerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/danger/roulette/Dangerfile b/danger/roulette/Dangerfile
index 960f6a995d4..da4a576a242 100644
--- a/danger/roulette/Dangerfile
+++ b/danger/roulette/Dangerfile
@@ -100,10 +100,6 @@ categories.subtract([:database, :ux, :analytics_instrumentation]) if stable_bran
if changes.any?
random_roulette_spins = roulette.spin(nil, categories)
- if categories.include?(:ux) # rubocop:disable Style/IfUnlessModifier
- roulette.assign_pedroms_for_ux_wider_community_contribution(random_roulette_spins)
- end
-
rows = random_roulette_spins.map do |spin|
markdown_row_for_spin(spin.category, spin)
end