agent name updated

This commit is contained in:
2025-12-21 14:04:53 +01:00
parent 18fb6c890e
commit 4ae211fecc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs: jobs:
ai-chat: ai-chat:
# Only run if comment mentions the bot # 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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -11,7 +11,7 @@ on:
jobs: jobs:
ai-reply: ai-reply:
runs-on: ubuntu-latest 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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4