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 27, 2024
1 parent 96f88d1 commit 7368a20
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "scan-contributions",
"description": "UbiquityOS plugin for scanning contributions based on issues/pulls.",
"ubiquity:listeners": ["issue_comment.created", "issue_comment.edited", "issue_comment"],
"ubiquity:listeners": [
"issue_comment.created",
"issue_comment.edited",
"issue_comment"
],
"commands": {
"scanContributions": {
"ubiquity:example": "/scanContributions",
Expand All @@ -21,6 +25,8 @@
"type": "string"
}
},
"required": ["configurableResponse"]
"required": [
"configurableResponse"
]
}
}
}

0 comments on commit 7368a20

Please sign in to comment.