From a47fd9f8c89962ce2185dcc6c56862eb65202f80 Mon Sep 17 00:00:00 2001 From: latte Date: Sun, 21 Dec 2025 13:49:42 +0100 Subject: [PATCH] Update bot mention from @ai-bot to @bartender --- .github/workflows/ai-chat.yml | 2 +- .github/workflows/ai-comment-reply.yml | 2 +- tools/ai-review/config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ai-chat.yml b/.github/workflows/ai-chat.yml index 2bdcac9..76d2554 100644 --- a/.github/workflows/ai-chat.yml +++ b/.github/workflows/ai-chat.yml @@ -11,7 +11,7 @@ on: jobs: ai-chat: # Only run if comment mentions the bot - if: contains(github.event.comment.body, '@ai-bot') # <-- Change this to your bot name + if: contains(github.event.comment.body, '@bartender') # <-- Change this to your bot name runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ai-comment-reply.yml b/.github/workflows/ai-comment-reply.yml index 0b88177..9bba89b 100644 --- a/.github/workflows/ai-comment-reply.yml +++ b/.github/workflows/ai-comment-reply.yml @@ -11,7 +11,7 @@ on: jobs: ai-reply: runs-on: ubuntu-latest - if: contains(github.event.comment.body, '@ai-bot') # <-- Change this to your bot name + if: contains(github.event.comment.body, '@bartender') # <-- Change this to your bot name steps: - uses: actions/checkout@v4 diff --git a/tools/ai-review/config.yml b/tools/ai-review/config.yml index 083d687..bedd37c 100644 --- a/tools/ai-review/config.yml +++ b/tools/ai-review/config.yml @@ -57,7 +57,7 @@ agents: # to match this prefix in the 'if: contains(...)' condition interaction: respond_to_mentions: true - mention_prefix: "@ai-bot" # Change this to customize your bot's name! + mention_prefix: "@bartender" # Change this to customize your bot's name! commands: - explain - suggest