From 744e08cebac310ae81c3c102f5f3a9473e6e4b9e Mon Sep 17 00:00:00 2001 From: Shivaditya Shivganesh Date: Sat, 31 Aug 2024 09:09:11 -0400 Subject: [PATCH] fix: removed config.yml changed name --- .github/.ubiquibot-config.yml | 6 ------ .github/workflows/compute.yml | 2 +- manifest.json | 2 +- package.json | 2 +- wrangler.toml | 2 +- 5 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 .github/.ubiquibot-config.yml diff --git a/.github/.ubiquibot-config.yml b/.github/.ubiquibot-config.yml deleted file mode 100644 index 86a6c82..0000000 --- a/.github/.ubiquibot-config.yml +++ /dev/null @@ -1,6 +0,0 @@ -plugins: - - name: test-app - id: test-app - uses: - - plugin: https://ubiquibot-issue-comment-embeddings.sshivaditya.workers.dev - runsOn: [ "issue_comment.created", "issue_comment.edited", "issue_comment.deleted" ] \ No newline at end of file diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index fe6fb81..f83e80c 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -1,4 +1,4 @@ -name: "@ubiquibot/issue-comment-embeddings" +name: "@ubiquity-os/comment-vector-embeddings" on: workflow_dispatch: diff --git a/manifest.json b/manifest.json index d9a39a1..0e83faf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "@ubiquibot/issue-comment-embeddings", + "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"] } diff --git a/package.json b/package.json index 1716467..bb43997 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "knip-ci": "knip --no-exit-code --reporter json --config .github/knip.ts", "prepare": "husky install", "test": "jest --setupFiles dotenv/config --coverage", - "worker": "wrangler dev --env dev --port 5000", + "worker": "wrangler dev --env dev --port 4000", "supabase:generate:local": "supabase gen types typescript --local > src/types/database.ts", "supabase:generate:remote": "cross-env-shell \"supabase gen types typescript --project-id $SUPABASE_PROJECT_ID --schema public > src/types/database.ts\"" }, diff --git a/wrangler.toml b/wrangler.toml index 9fd544a..2189f07 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "ubiquibot-issue-comment-embeddings" +name = "ubiquity-os-comment-vector-embeddings" main = "src/worker.ts" compatibility_date = "2024-05-23" node_compat = true