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
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 00:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 00:09:25 +0300
commit456ab418aad4faa85ad1ad442d0745e6cfe160d6 (patch)
tree0b0ef49023e178616449a2658136093ff36f7ab8 /danger
parent03717bbc9fa4112a0cbc48f613f416f2aa1c6cbb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/roulette/Dangerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/danger/roulette/Dangerfile b/danger/roulette/Dangerfile
index 3256ff25bbf..17005d853bb 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_manage_integrations', '@gitlab-org/manage/integrations'),
- integrations_fe: group_not_available_template('#g_manage_integrations', '@gitlab-org/manage/integrations')
+ import_integrate_be: group_not_available_template('#g_manage_import_and_integrate', '@gitlab-org/manage/import-and-integrate'),
+ import_integrate_fe: group_not_available_template('#g_manage_import_and_integrate', '@gitlab-org/manage/import-and-integrate')
}.freeze
def note_for_spin_role(spin, role, category)