Skip to content

Commit

Permalink
feat: manifest commands object
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Nov 20, 2024
1 parent 5f81ebf commit aaf9c59
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -21,16 +20,15 @@
}
}
},
{
"name": "stop",
"stop": {
"ubiquity:example": "/stop",
"description": "Unassign yourself from the issue/task.",
"parameters": {
"type": "object",
"properties": {}
}
}
],
},
"configuration": {
"default": {},
"type": "object",
Expand Down

0 comments on commit aaf9c59

Please sign in to comment.