From 8be23794f68abcad16906901e7360ee14b51598a Mon Sep 17 00:00:00 2001 From: Shivaditya Shivganesh Date: Thu, 12 Sep 2024 23:25:38 -0400 Subject: [PATCH] fix: updated manifest.json --- .github/.ubiquibot-config.yml | 8 +------- manifest.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/.ubiquibot-config.yml b/.github/.ubiquibot-config.yml index 1d024d0..b15d7dd 100644 --- a/.github/.ubiquibot-config.yml +++ b/.github/.ubiquibot-config.yml @@ -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 \ No newline at end of file + runsOn: [ "issue_comment.created", "issue_comment.edited", "issue_comment.deleted"] \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4b05cc9..0e83faf 100644 --- a/manifest.json +++ b/manifest.json @@ -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"] }