Update bot mention from @ai-bot to @bartender
This commit is contained in:
2
.github/workflows/ai-chat.yml
vendored
2
.github/workflows/ai-chat.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/ai-comment-reply.yml
vendored
2
.github/workflows/ai-comment-reply.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user