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/assets/javascripts/integrations/constants.js')
-rw-r--r--app/assets/javascripts/integrations/constants.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/javascripts/integrations/constants.js b/app/assets/javascripts/integrations/constants.js
index e803e11bf6d..12f5fa21137 100644
--- a/app/assets/javascripts/integrations/constants.js
+++ b/app/assets/javascripts/integrations/constants.js
@@ -59,6 +59,8 @@ export const integrationTriggerEvents = {
DEPLOYMENT: 'deployment_events',
ALERT: 'alert_events',
INCIDENT: 'incident_events',
+ GROUP_MENTION: 'group_mention_events',
+ GROUP_CONFIDENTIAL_MENTION: 'group_confidential_mention_events',
};
export const integrationTriggerEventTitles = {
@@ -88,6 +90,12 @@ export const integrationTriggerEventTitles = {
[integrationTriggerEvents.INCIDENT]: s__(
'IntegrationEvents|An incident is created, closed, or reopened',
),
+ [integrationTriggerEvents.GROUP_MENTION]: s__(
+ 'IntegrationEvents|A group is mentioned in a public context',
+ ),
+ [integrationTriggerEvents.GROUP_CONFIDENTIAL_MENTION]: s__(
+ 'IntegrationEvents|A group is mentioned in a confidential context',
+ ),
};
export const billingPlans = {