Skip to content

Commit

Permalink
chore: manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsley-einstein committed Nov 26, 2024
1 parent 76d4ede commit 35be950
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"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 @@ -25,8 +21,6 @@
"type": "string"
}
},
"required": [
"configurableResponse"
]
"required": ["configurableResponse"]
}
}
}

0 comments on commit 35be950

Please sign in to comment.