You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,45 @@
58
58
"patch": "./cordis.patch.yml"
59
59
}
60
60
},
61
+
"dshWorkshop": {
62
+
"schema": "omdsh-workshop-package/v1",
63
+
"type": "plugin",
64
+
"integration": {
65
+
"protocol": "harness-profile",
66
+
"artifact": "cordis.patch.yml"
67
+
},
68
+
"install": {
69
+
"mode": "transactional",
70
+
"adapter": "profile-bundle",
71
+
"failurePolicy": "generation-rollback",
72
+
"touchesCurrentBeforeActivation": false
73
+
},
74
+
"lifecycle": {
75
+
"activation": "restart-profile",
76
+
"dispose": "supported"
77
+
},
78
+
"permissions": [
79
+
"network:outbound",
80
+
"filesystem:write"
81
+
],
82
+
"compatibility": {
83
+
"dshVersions": [
84
+
"0.1.0-rc.6"
85
+
]
86
+
},
87
+
"capability": {
88
+
"id": "gh-ci",
89
+
"kind": "command",
90
+
"invocation": "/ci",
91
+
"expected": "runs the review engine for the requested PR, posts idempotent inline review comments and publishes the status-check verdict (success / changes needed)"
0 commit comments