Skip to content

Commit

Permalink
fix: updated manifest.json and readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Sep 13, 2024
1 parent 9d9197a commit 22679ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To set up the `.dev.vars` file, you will need to provide the following variables
- Add the following to your `.ubiquibot-config.yml` file with the appropriate URL:
```javascript
-plugin: http://127.0.0.1:4000
runsOn: [ "issue_comment.created", "issue_comment.edited", "issue_comment.deleted" , "issue.created", "issue.edited", "issue.deleted"]
runsOn: [ "issue_comment.created", "issue_comment.edited", "issue_comment.deleted" , "issues.created", "issues.edited", "issues.deleted"]
```


Expand Down
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", "issues.created", "issues.edited", "issues.deleted"]
}

0 comments on commit 22679ec

Please sign in to comment.