Skip to content

Commit 776282c

Browse files
authored
[ci] switch to a more unique name (#13738)
switch to a more unique name
1 parent 8ad63fb commit 776282c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/serge_review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
github.event_name == 'issue_comment' &&
1919
github.event.issue.pull_request &&
2020
github.event.issue.state == 'open' &&
21-
contains(github.event.comment.body, '@claude') &&
21+
contains(github.event.comment.body, '@claude-2-serge') &&
2222
(github.event.comment.author_association == 'MEMBER' ||
2323
github.event.comment.author_association == 'OWNER' ||
2424
github.event.comment.author_association == 'COLLABORATOR')
2525
) || (
2626
github.event_name == 'pull_request_review_comment' &&
27-
contains(github.event.comment.body, '@claude') &&
27+
contains(github.event.comment.body, '@claude-2-serge') &&
2828
(github.event.comment.author_association == 'MEMBER' ||
2929
github.event.comment.author_association == 'OWNER' ||
3030
github.event.comment.author_association == 'COLLABORATOR')
@@ -63,4 +63,4 @@ jobs:
6363
llm_api_base: https://api.anthropic.com
6464
llm_model: claude-opus-4-6
6565
llm_stream: 'true'
66-
mention_trigger: '@goku'
66+
mention_trigger: '@claude-2-serge'

0 commit comments

Comments
 (0)