diff options
Diffstat (limited to 'danger/roulette')
-rw-r--r-- | danger/roulette/Dangerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/danger/roulette/Dangerfile b/danger/roulette/Dangerfile index c3f7806069c..ca5a671ef29 100644 --- a/danger/roulette/Dangerfile +++ b/danger/roulette/Dangerfile @@ -56,8 +56,8 @@ 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/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') + integrations_be: group_not_available_template('#g_manage_integrations', '@gitlab-org/manage/integrations'), + integrations_fe: group_not_available_template('#g_manage_integrations', '@gitlab-org/manage/integrations') }.freeze def note_for_spin_role(spin, role, category) |