Skip to content

Commit

Permalink
chore: updated generated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiquity-os[bot] committed Nov 25, 2024
1 parent 7b19d2c commit a787355
Showing 1 changed file with 33 additions and 4 deletions.
37 changes: 33 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"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"],
"ubiquity:listeners": [
"issue_comment.created",
"issues.assigned",
"issues.unassigned",
"pull_request.opened",
"pull_request.edited"
],
"commands": {
"start": {
"ubiquity:example": "/start",
Expand Down Expand Up @@ -79,10 +85,33 @@
"type": "string"
},
"rolesWithReviewAuthority": {
"default": ["COLLABORATOR", "OWNER", "MEMBER", "ADMIN"],
"default": [
"OWNER",
"ADMIN",
"MEMBER",
"COLLABORATOR"
],
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
"anyOf": [
{
"const": "OWNER",
"type": "string"
},
{
"const": "ADMIN",
"type": "string"
},
{
"const": "MEMBER",
"type": "string"
},
{
"const": "COLLABORATOR",
"type": "string"
}
]
}
},
"requiredLabelsToStart": {
Expand All @@ -104,4 +133,4 @@
"requiredLabelsToStart"
]
}
}
}

0 comments on commit a787355

Please sign in to comment.