summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 08:17:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 08:17:02 +0000
commitb39512ed755239198a9c294b6a45e65c05900235 (patch)
treed234a3efade1de67c46b9e5a38ce813627726aa7 /danger
parentd31474cf3b17ece37939d20082b07f6657cc79a9 (diff)
downloadgitlab-ce-b39512ed755239198a9c294b6a45e65c05900235.tar.gz
Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42
Diffstat (limited to 'danger')
-rw-r--r--danger/customer_success/Dangerfile3
-rw-r--r--danger/plugins/customer_success.rb9
-rw-r--r--danger/roulette/Dangerfile2
3 files changed, 13 insertions, 1 deletions
diff --git a/danger/customer_success/Dangerfile b/danger/customer_success/Dangerfile
new file mode 100644
index 00000000000..a9043e030a1
--- /dev/null
+++ b/danger/customer_success/Dangerfile
@@ -0,0 +1,3 @@
+# frozen_string_literal: true
+
+markdown(customer_success.build_message)
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
diff --git a/danger/roulette/Dangerfile b/danger/roulette/Dangerfile
index 0e6af5792cd..c3f7806069c 100644
--- a/danger/roulette/Dangerfile
+++ b/danger/roulette/Dangerfile
@@ -55,7 +55,7 @@ end
OPTIONAL_REVIEW_TEMPLATE = '%{role} review is optional for %{category}'
NOT_AVAILABLE_TEMPLATES = {
default: 'No %{role} available',
- product_intelligence: group_not_available_template('#g_product_intelligence', '@gitlab-org/growth/product-intelligence/engineers'),
+ product_intelligence: group_not_available_template('#g_product_intelligence', '@gitlab-org/analytics-section/product-intelligence/engineers'),
integrations_be: group_not_available_template('#g_ecosystem_integrations', '@gitlab-org/ecosystem-stage/integrations'),
integrations_fe: group_not_available_template('#g_ecosystem_integrations', '@gitlab-org/ecosystem-stage/integrations')
}.freeze