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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-01 15:12:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-01 15:12:10 +0300
commit9c5341dd0832c3af377191c461c800e1aa048b10 (patch)
treee1343570ed06960c320200c8a35f2675a6ec2b48 /danger/plugins/customer_success.rb
parent46f35a616740504125aaf2c7d20a8bc7ff755ec1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/plugins/customer_success.rb')
-rw-r--r--danger/plugins/customer_success.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/danger/plugins/customer_success.rb b/danger/plugins/customer_success.rb
new file mode 100644
index 00000000000..dad8174c311
--- /dev/null
+++ b/danger/plugins/customer_success.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require_relative '../../tooling/danger/customer_success'
+
+module Danger
+ class CustomerSuccess < ::Danger::Plugin
+ include Tooling::Danger::CustomerSuccess
+ end
+end