Skip to content

Commit

Permalink
chore: rename kernel-telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 27, 2024
1 parent 5604ee4 commit c8b3325
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
compute:
name: "Telegram-Bot"
name: "Kernel-Telegram"
runs-on: ubuntu-latest
permissions: write-all
env:
Expand All @@ -37,6 +37,6 @@ jobs:

- name: execute directive
run: npx tsx ./src/workflow-entry.ts
id: telegram-bridge
id: Kernel-Telegram
env:
TELEGRAM_BOT_ENV: ${{ secrets.TELEGRAM_BOT_ENV }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `@ubiquity-os/telegram-bridge`
# `@ubiquity-os/kernel-telegram`

A Telegram bridge for Ubiquity OS, uniquely combining Cloudflare Workers and GitHub Actions to deliver seamless integration with both Telegram and GitHub. This hybrid plugin is the first of its kind to support both worker and workflow functionality, running across Cloudflare V8 and Node.js environments for enhanced flexibility and performance across multiple runtimes.

Expand Down
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "ubiquity-os/telegram-bridge",
"name": "ubiquity-os/kernel-telegram",
"description": "Part kernel plugin, part Telegram kernel. This bot is designed to be a bridge between UbiquityOS and Telegram.",
"ubiquity:listeners": ["issues.labeled", "issues.closed", "issues.reopened"]
}
"ubiquity:listeners": [
"issues.labeled",
"issues.closed",
"issues.reopened"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ubiquity-os/telegram-bridge",
"name": "@ubiquity-os/kernel-telegram",
"version": "0.1.0",
"description": "Part kernel plugin, part Telegram kernel. This bot is designed to be a bridge between UbiquityOS and Telegram.",
"author": "Ubiquity DAO",
Expand Down

0 comments on commit c8b3325

Please sign in to comment.