post review fixes
This commit is contained in:
committed by
Ali BARIN
parent
3f8f022d48
commit
6e80ff4eb6
@@ -8,11 +8,11 @@ import {
|
||||
unregisterHook,
|
||||
} from '../lib';
|
||||
|
||||
import data from './job_events';
|
||||
import data from './job_event';
|
||||
|
||||
export const triggerDescriptor: IRawTrigger = {
|
||||
name: 'Job events',
|
||||
description: 'Job events (triggered when the status of a job changes)',
|
||||
name: 'Job event',
|
||||
description: 'Job event (triggered when the status of a job changes)',
|
||||
// info: 'https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#job-events',
|
||||
key: GITLAB_EVENT_TYPE.job_events,
|
||||
type: 'webhook',
|
||||
|
||||
Reference in New Issue
Block a user