Change bot mention trigger from @bartender to @codebot in workflows
All checks were successful
AI Codebase Quality Review / ai-codebase-review (push) Successful in 25s

This commit is contained in:
2025-12-21 15:44:59 +01:00
parent 1e58ea048b
commit c17a61b27a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
ai-reply:
runs-on: ubuntu-latest
if: contains(github.event.comment.body, '@bartender') # <-- Change this to your bot name
if: contains(github.event.comment.body, '@codebot') # <-- Change this to your bot name
steps:
- uses: actions/checkout@v4