lib/danger/plugins/roulette.rb in gitlab-dangerfiles-4.5.1 vs lib/danger/plugins/roulette.rb in gitlab-dangerfiles-4.6.0

- old
+ new

@@ -89,10 +89,10 @@ if spin.reviewer.nil? # Fetch an already picked backend reviewer, or pick one otherwise spin.reviewer = backend_spin&.reviewer || spin_for_category(project, :backend).reviewer end - when :tooling, :engineering_productivity # Deprecated as of 2.3.0 in favor of tooling + when :tooling if spin.maintainer.nil? # Fetch an already picked backend maintainer, or pick one otherwise spin.maintainer = backend_spin&.maintainer || spin_for_category(project, :backend).maintainer end when :ci_template