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:
Diffstat (limited to 'app/models/onboarding/completion.rb')
-rw-r--r--app/models/onboarding/completion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/onboarding/completion.rb b/app/models/onboarding/completion.rb
index 49fdb102209..269283df826 100644
--- a/app/models/onboarding/completion.rb
+++ b/app/models/onboarding/completion.rb
@@ -6,13 +6,13 @@ module Onboarding
include Gitlab::Experiment::Dsl
ACTION_ISSUE_IDS = {
- pipeline_created: 7,
trial_started: 2,
required_mr_approvals_enabled: 11,
code_owners_enabled: 10
}.freeze
ACTION_PATHS = [
+ :pipeline_created,
:issue_created,
:git_write,
:merge_request_created,