Skip to content

Commit

Permalink
kaiyuanshe#153 add test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Liang Wang committed Oct 7, 2021
1 parent 9c4d492 commit f66af88
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/config-projects/chatopera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import type { RepoConfig } from './config.js'
export const config: RepoConfig = {
'chatopera/cskefu': [
/* Chatopera智能客服-客户群 */ '22888396746@chatroom',
/* Chatopera智能客服-客户群02 */ '25014086676@chatroom',
/* Chatopera测试群1 */ '20687119169@chatroom'],
/* Chatopera智能客服-客户群02 */ '25014086676@chatroom'],
'chatopera/docs': [
/* Chatopera智能客服-客户群 */ '22888396746@chatroom',
/* Chatopera智能客服-客户群02 */ '25014086676@chatroom'],
Expand Down
15 changes: 15 additions & 0 deletions src/config-projects/hailiang-wang.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* Project: OSSChat
* GitHub: https://github.com/kaiyuanshe/osschat
* Maintainer: Chatopera https://github.com/hailiang-wang
*
*/
import type { RepoConfig } from './config.js'

export const config: RepoConfig = {
'hailiang-wang/issues': [
/* Chatopera测试群1 */ '20687119169@chatroom'],
}

export default config

0 comments on commit f66af88

Please sign in to comment.