Skip to content

Commit

Permalink
fix: removed config.yml changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Aug 31, 2024
1 parent c0f784b commit 744e08c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/.ubiquibot-config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/compute.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@ubiquibot/issue-comment-embeddings"
name: "@ubiquity-os/comment-vector-embeddings"

on:
workflow_dispatch:
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": "@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"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
},
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 744e08c

Please sign in to comment.