diff --git a/.github/workflows/serge_review.yml b/.github/workflows/serge_review.yml index 2a1e2ac30101..df3b9a287901 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') @@ -57,10 +57,10 @@ 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 llm_model: claude-opus-4-6 llm_stream: 'true' - mention_trigger: '@claude-2-serge' + mention_trigger: '@askserge'