diff --git a/.gitea/workflows/ai-chat.yml b/.gitea/workflows/ai-chat.yml index f384112..dbbc90b 100644 --- a/.gitea/workflows/ai-chat.yml +++ b/.gitea/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/.gitea/workflows/ai-comment-reply.yml b/.gitea/workflows/ai-comment-reply.yml index 2d27742..839ac86 100644 --- a/.gitea/workflows/ai-comment-reply.yml +++ b/.gitea/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