diff --git a/manifest.json b/manifest.json index b25be184..71980c41 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,8 @@ "name": "Start | Stop", "description": "Assign or un-assign yourself from an issue/task.", "ubiquity:listeners": ["issue_comment.created", "issues.assigned", "issues.unassigned", "pull_request.opened", "pull_request.edited"], - "commands": [ - { - "name": "start", + "commands": { + "start": { "ubiquity:example": "/start", "description": "Assign yourself and/or others to the issue/task.", "parameters": { @@ -21,8 +20,7 @@ } } }, - { - "name": "stop", + "stop": { "ubiquity:example": "/stop", "description": "Unassign yourself from the issue/task.", "parameters": { @@ -30,7 +28,7 @@ "properties": {} } } - ], + }, "configuration": { "default": {}, "type": "object",