From e1ed8e32e6e276a6f4c6e0422649512d2e01c17d Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Sat, 23 May 2026 09:50:47 +0530 Subject: [PATCH 1/2] 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' From 0bfd4a9ec4a8281e76152806ec4a1cbe812467be Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Wed, 27 May 2026 21:04:00 +0530 Subject: [PATCH 2/2] change path --- .github/workflows/serge_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serge_review.yml b/.github/workflows/serge_review.yml index 364036141963..df3b9a287901 100644 --- a/.github/workflows/serge_review.yml +++ b/.github/workflows/serge_review.yml @@ -57,7 +57,7 @@ jobs: # are wiped for parity with the hardening in claude_review.yml. run: rm -rf .ai/ .claude/ CLAUDE.md - - uses: tarekziade/ai-reviewer@main + - uses: huggingface/ai-reviewer@main with: llm_api_key: ${{ secrets.ANTHROPIC_API_KEY }} llm_api_base: https://api.anthropic.com