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

security_reports_mr_widget_prompt_experiment.rb « experiments « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a5778950fa6d899b838629c1f96b65059cef8b6 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class SecurityReportsMrWidgetPromptExperiment < ApplicationExperiment
  control {}
  candidate {}
end