Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add demo repo and upgrade chatopera plugin for mapping bot per projectadd test profile #171

Merged
merged 8 commits into from
Oct 9, 2021
5 changes: 1 addition & 4 deletions src/config-projects/chatopera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
import type { RepoConfig } from './config.js'

export const config: RepoConfig = {
'chatopera/cskefu': [
/* Chatopera智能客服-客户群 */ '22888396746@chatroom',
/* Chatopera智能客服-客户群02 */ '25014086676@chatroom'],
'chatopera/docs': [
'chatopera/*': [
huan marked this conversation as resolved.
Show resolved Hide resolved
/* Chatopera智能客服-客户群 */ '22888396746@chatroom',
/* Chatopera智能客服-客户群02 */ '25014086676@chatroom'],
}
Expand Down