From 629442bff6682f2da3e438d07a44fb2367ecb690 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Oct 2025 14:58:38 +0800 Subject: [PATCH] fix: make a bot father --- .github/workflows/reply-bots.yml | 2 +- bots/{reply_bots.ts => instance/reply_bot.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bots/{reply_bots.ts => instance/reply_bot.ts} (100%) diff --git a/.github/workflows/reply-bots.yml b/.github/workflows/reply-bots.yml index b2ffba9ef..91f2afe21 100644 --- a/.github/workflows/reply-bots.yml +++ b/.github/workflows/reply-bots.yml @@ -26,4 +26,4 @@ jobs: env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENISLE_TOKEN: ${{ secrets.OPENISLE_TOKEN }} - run: npx tsx bots/reply_bots.ts + run: npx tsx bots/instance/reply_bot.ts diff --git a/bots/reply_bots.ts b/bots/instance/reply_bot.ts similarity index 100% rename from bots/reply_bots.ts rename to bots/instance/reply_bot.ts