diff --git a/.github/workflows/serge_review.yml b/.github/workflows/serge_review.yml index 2a1e2ac30101..364036141963 100644 --- a/.github/workflows/serge_review.yml +++ b/.github/workflows/serge_review.yml @@ -18,13 +18,13 @@ jobs: github.event_name == 'issue_comment' && github.event.issue.pull_request && github.event.issue.state == 'open' && - contains(github.event.comment.body, '@claude-2-serge') && + contains(github.event.comment.body, '@askserge') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR') ) || ( github.event_name == 'pull_request_review_comment' && - contains(github.event.comment.body, '@claude-2-serge') && + contains(github.event.comment.body, '@askserge') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR') @@ -63,4 +63,4 @@ jobs: llm_api_base: https://api.anthropic.com llm_model: claude-opus-4-6 llm_stream: 'true' - mention_trigger: '@claude-2-serge' + mention_trigger: '@askserge'