Skip to content

Commit d2bee4f

Browse files
authored
Merge branch 'main' into security-fix/-github-workflows-serge_review-yml-1778657670
2 parents caf963c + 776282c commit d2bee4f

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')
@@ -73,4 +73,4 @@ jobs:
7373
llm_api_base: https://api.anthropic.com
7474
llm_model: claude-opus-4-6
7575
llm_stream: 'true'
76-
mention_trigger: '@goku'
76+
mention_trigger: '@claude-2-serge'

0 commit comments

Comments
 (0)