From e1ed8e32e6e276a6f4c6e0422649512d2e01c17d Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Sat, 23 May 2026 09:50:47 +0530 Subject: [PATCH] shorten serge name. --- .github/workflows/serge_review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'