File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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')
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 '
You can’t perform that action at this time.
0 commit comments