-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 1.11 KB
/
manifest.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"assets": {
"config": true,
"ui": false
},
"author": "GoCodeAlone",
"capabilities": {
"moduleTypes": [
"gitlab.client",
"gitlab.webhook"
],
"stepTypes": [
"step.gitlab_create_mr",
"step.gitlab_mr_comment",
"step.gitlab_parse_webhook",
"step.gitlab_pipeline_status",
"step.gitlab_trigger_pipeline"
],
"triggerTypes": [],
"wiringHooks": [],
"workflowHandlers": []
},
"category": "integrations",
"description": "GitLab CI integration: webhook receiver (gitlab.webhook), API client (gitlab.client), pipeline trigger/status steps, and MR management steps.",
"homepage": "https://github.com/GoCodeAlone/workflow",
"keywords": [
"gitlab",
"webhook",
"git",
"ci",
"cd",
"pipeline",
"merge-request",
"integration"
],
"license": "MIT",
"minEngineVersion": "0.2.0",
"name": "gitlab",
"path": "plugins/gitlab",
"repository": "https://github.com/GoCodeAlone/workflow",
"source": "github.com/GoCodeAlone/workflow",
"status": "experimental",
"tier": "core",
"type": "builtin",
"version": "1.0.0"
}