post review fixes

This commit is contained in:
Krzysztof Dukszta-Kwiatkowski
2023-05-25 15:13:21 +02:00
committed by Ali BARIN
parent 3f8f022d48
commit 6e80ff4eb6
37 changed files with 94 additions and 75 deletions

View File

@@ -9,12 +9,12 @@ import {
} from '../lib';
// confidential_issues_events has the same event data as issues_events
import data from './issues_events';
import data from './issue_event';
export const triggerDescriptor: IRawTrigger = {
name: 'Confidential issue events',
name: 'Confidential issue event',
description:
'Confidential issue events (triggered when a new confidential issue is created or an existing issue is updated, closed, or reopened)',
'Confidential issue event (triggered when a new confidential issue is created or an existing issue is updated, closed, or reopened)',
// info: 'https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#issue-events',
key: GITLAB_EVENT_TYPE.confidential_issues_events,
type: 'webhook',