Skip to content

Commit

Permalink
fix: updated manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Sep 13, 2024
1 parent 68c481a commit 8be2379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/.ubiquibot-config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
id: test-app
uses:
- plugin: https://ubiquity-os-comment-vector-embeddings.sshivaditya.workers.dev
runsOn:
- issue_comment.created
- issue_comment.edited
- issue_comment.deleted
- issues.created
- issues.edited
- issues.deleted
runsOn: [ "issue_comment.created", "issue_comment.edited", "issue_comment.deleted"]
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ubiquity-os/comment-vector-embeddings",
"description": "Issue comment plugin for Ubiquibot. It enables the storage, updating, and deletion of issue comment embeddings.",
"ubiquity:listeners": ["issue_comment.created", "issue_comment.edited", "issue_comment.deleted", "issue.created", "issue.edited", "issue.deleted"]
"ubiquity:listeners": ["issue_comment.created", "issue_comment.edited", "issue_comment.deleted"]
}

0 comments on commit 8be2379

Please sign in to comment.